seq[int].T is int
should compile (and be true) according to spec; also fails with type seq2[T] = T
#8433
Labels
seq[int].T is int
should compile (and be true) according to spec; also fails with type seq2[T] = T
#8433
this breaks generic code and user defined concepts
isSeq
that check whether some type is a seq[T] for some Tmagic
types in system.nimNOTE: this should be feasible according to (my interpretation of) docs:
in any case it's useful
The text was updated successfully, but these errors were encountered: