ListImpl.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. E opCast()
  2. E opCast()
    class ListImpl(T : Tag)
    E
    opCast
    (
    E
    )
    ()
    if (
    is(E == class) &&
    is(E.Type)
    &&
    is(typeof(E.tagType))
    )

Meta