2024-12-02 15:45:44 +01:00

5 lines
128 B
Nim

type SlotId* = distinct array[32, byte]
func `$`*(slotId: SlotId): string {.borrow.}
func `==`*(a, b: SlotId): bool {.borrow.}