macro swizzle[I: static int; T](v: array[I, T]; key: untyped): untyped
template `.*`[I: static int; T](v: array[I, T]; key): untyped