mambtype2.nim 156 B

12345
  1. import ./mambtype1
  2. export mambtype1
  3. template K*(kind: static int): auto = typedesc[mambtype1.K]
  4. template B*(kind: static int): auto = typedesc[mambtype1.K]