as

Returns cell value as a Nullable type using the underlying type conversion after null check.

  1. T as(Value v)
    @safe
    T
    as
    (
    T : Nullable!R
    R
    )
    (
    in Value v
    )
  2. T as(Value v)
  3. T as(Value v)

Meta