Variant.as

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T) as()
  2. R as()
    struct Variant
    @nogc nothrow const
    R
    as
    (
    R
    )
    ()
    if (
    !is(R == Variant) &&
    !is(R == typeof(null))
    &&
    )

Meta