ListOf.this

Undocumented in source.
class ListOf(T : Tag)
this
(
E = T
)
()
if (
is(E == T) ||
is(E : typeof(T.value))
)
if (
!isAbstractClass!T
)

Meta