Ref.as

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Ref!U as()
  2. template as(R)
  3. GodotObject as()
    struct Ref(T)
    @nogc nothrow
    as
    (
    R
    )
    ()
    if (
    is(Unqual!R == GodotObject)
    )

Meta