t5780.nim 92 B

1234
  1. type StringArray[N:int] = array[N, string]
  2. let a = ["one", "two"]
  3. doAssert a is StringArray