mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
3 lines
54 B
Nim
3 lines
54 B
Nim
type Foo = distinct uint64
|
|
const slice = 0 ..< 42.Foo
|