Value.as

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T as()
  2. Nullable!T as()
    struct Value
    Nullable!T
    as
    (
    T
    )
    ()
    if (
    !isInstanceOf!(Nullable, T)
    )

Meta