godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
NonRef
godot
d
traits
Removes the Ref wrapper from R, if present
@
nogc
nothrow
template
NonRef (
R
) {
alias
NonRef
=
T
;
alias
NonRef
=
R
;
}
Members
Aliases
NonRef
alias
NonRef
=
T
Undocumented in source.
NonRef
alias
NonRef
=
R
Undocumented in source.
Meta
Source
See Implementation
godot
d
traits
enums
GodotBaseClass
functions
getDefaultValueFromAlias
getGDNativeObject
getGodotObject
templates
GodotBaseClasses
GodotClass
NonRef
RefOrT
extends
extendsGodotBaseClass
from
godotDefaultInit
godotName
isGodotBaseClass
variables
dName
isGodotClass
Removes the Ref wrapper from R, if present