mirror of
https://github.com/logos-storage/logos-storage-nim-validator.git
synced 2026-02-23 15:03:10 +00:00
5 lines
128 B
Nim
5 lines
128 B
Nim
type SlotId* = distinct array[32, byte]
|
|
|
|
func `$`*(slotId: SlotId): string {.borrow.}
|
|
func `==`*(a, b: SlotId): bool {.borrow.}
|