fastCast

Undocumented in source.
  1. U fastCast(T t)
    U
    fastCast
    (
    U
    T
    )
    (
    T t
    )
    if (
    is(T == class) &&
    is(U == class)
    &&
    is(U : T)
    )
  2. U fastCast(T t)

Meta