godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Ref.opCast
godot
d
reference
Ref
Undocumented in source.
template
opCast
(R)
struct
Ref
(T)
@
nogc
nothrow
template
opCast (
R
)
if
(
isGodotClass
!(
NonRef
!
R
)
) {
alias
opCast
=
as
!
R
;
}
alias
opCast
(
T
:
bool
)
=
isValid
Members
Aliases
opCast
alias
opCast
=
as
!
R
Undocumented in source.
Meta
Source
See Implementation
godot
d
reference
Ref
aliases
_self
constructors
this
destructors
~this
functions
as
isNull
isValid
opAssign
opEquals
refPayload
unref
postblits
this(this)
templates
opCast
variables
_reference