as

Undocumented in source.
  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)

Members

Functions

as
auto as(Source s)
Undocumented in source. Be warned that the author may not have intended to support it.
as
auto as(Source s)
Undocumented in source. Be warned that the author may not have intended to support it.
as
auto as(Source s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta