as.as

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto as(Source s)
    template as(Target)
    nothrow @safe @safe
    static if(isBasicType!Target || is(Target : string))
    as
    (
    Source
    )
    (
    auto ref Source s
    )
    if (
    hasMember!(Source, "handle")
    )
  2. auto as(Source s)
  3. auto as(Source s)

Meta