Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Nim

Visibility

unlisted

Author

legacy-anonymous

Created

2016-10-08T13:39:27Z

Updated

2016-10-08T13:39:27Z

template test(bits: untyped) =
  type `Test bits` = object
    data: seq[`uint bits`]
    index: int

test(32)
INFO