importA.nim 92 B

123456
  1. type
  2. Field* = object
  3. elemSize*: int
  4. template `+`*(x: untyped, y: Field): untyped = x