dlangui v0.9.188 (2022-10-08T18:27:24Z)
Home
Dub
Repo
Array.append
dminer
core
minetypes
Array
appends same value several times, return pointer to appended items
void
append
(T value)
void
append
(T value)
T
*
append
(T value, int count)
struct
Array
(T)
T
*
append
(
ref
const
T
value
,
int
count
)
T
*
append
(T value, int count)
Meta
Source
See Implementation
dminer
core
minetypes
Array
functions
append
appendNoCheck
clear
get
opIndex
ptr
reserve
set
swap
properties
length
appends same value several times, return pointer to appended items