4 lines
57 B
Nim
4 lines
57 B
Nim
|
|
type
|
||
|
|
MyBitfield = object
|
||
|
|
flag {.bitsize:1.}: cuint
|