custom_pragma.nim 202 B

123456
  1. # imported by tcustom_pragmas to test scoping
  2. template serializationKey*(s: string) {.pragma.}
  3. template defaultValue*(V: typed) {.pragma.}
  4. template alternativeKey*(s: string = "", V: typed) {.pragma.}