baseCasts.as

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(To) as()
  2. inout(To) as()
  3. inout(ToRef) as()
    mixintemplate baseCasts()
    inout
    inout(ToRef)
    as
    (
    ToRef
    )
    ()
    if (
    is(ToRef : Ref!To,
    To
    ) &&
    extends!(To, Reference)
    )

Meta