godot-d ~master (2021-10-29T00:44:14.7421827)
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