godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
PoolArray.opIndexAssign
godot
core
poolarrays
PoolArray
Undocumented in source. Be warned that the author may not have intended to support it.
void
opIndexAssign
(String data, size_t idx)
struct
PoolArray
(T)
@
nogc
nothrow
static if
(
is(T == String)
)
void
opIndexAssign
(
in
String
data
,
size_t
idx
)
void
opIndexAssign
(T data, size_t idx)
Meta
Source
See Implementation
godot
core
poolarrays
PoolArray
aliases
Read
Write
append
append_array
length
opDollar
constructors
this
destructors
~this
functions
empty
insert
invert
opAssign
opBinary
opIndex
opIndexAssign
opSlice
pushBack
read
remove
resize
set
size
write
postblits
this(this)
structs
Access
Range
templates
opOpAssign