Advertisement
Guest User

Untitled

a guest
Jul 4th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.11 KB | None | 0 0
  1. type VectorConcept[N: static int,T] = concept v, type V
  2.   v[int] is T
  3.   type Type = stripGenericParams(V)[N,T]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement