mirror of
https://github.com/logos-storage/logos-storage-nim-validator.git
synced 2026-01-03 22:13:11 +00:00
5 lines
119 B
Nim
5 lines
119 B
Nim
type Period* = distinct uint64
|
|
|
|
func `$`*(period: Period): string {.borrow.}
|
|
func `==`*(a, b: Period): bool {.borrow.}
|