godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
DTypeOf.DTypeOf
godot
api
types
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
api
types
DTypeOf
aliases
DTypeOf