godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
TypedArray
godot
array
Undocumented in source.
struct
TypedArray (
T
) {
Array
_array
;
this(this)
;
this
(Array other);
this
(T[] other);
}
Constructors
this
this
(Array other)
Undocumented in source.
this
this
(T[] other)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
_array
Members
Variables
_array
Array
_array
;
Undocumented in source.
Meta
Source
See Implementation
godot
array
structs
Array
TypedArray