godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
DTypeOf.DTypeOf
godot
d
type
DTypeOf
Undocumented in source.
alias
DTypeOf
=
Variant
.
DType
[
get
!(
Variant
.
Type
)(
t
)]
template
DTypeOf
(GodotType t)
static if
(
t.isCategory!(Variant.Type)
)
alias
DTypeOf
=
Variant.DType
[
get
!(
Variant.Type
)(
t
)]
alias
DTypeOf
(
C
t
)
=
DTypeOf
!(
GodotType
(
t
))
Meta
Source
See Implementation
godot
d
type
DTypeOf
aliases
DTypeOf