godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
DTypeOf
godot
d
type
D type of a compile-time GodotType
template
DTypeOf
(GodotType t)
template
DTypeOf (
GodotType
t
) {
alias
DTypeOf
=
Variant
.
DType
[
get
!(
Variant
.
Type
)(
t
)]
;
}
alias
DTypeOf
(
C
t
)
=
DTypeOf
!(
GodotType
(
t
))
Members
Aliases
DTypeOf
alias
DTypeOf
=
Variant
.
DType
[
get
!(
Variant
.
Type
)(
t
)]
Undocumented in source.
Meta
Source
See Implementation
godot
d
type
aliases
GodotType
TypeCategories
functions
get
isCategory
structs
BuiltInClass
templates
DTypeOf
GodotTypeOf
D type of a compile-time GodotType