godot-d ~releases (2022-04-02T06:37:10.8312204)
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