dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Barray.push
dmd
backend
barray
Barray
Append element t to array.
void
push
(T t)
struct
Barray
(T)
@
safe
void
push
(
T
t
)
T
*
push
()
Parameters
t
T
element to append
Meta
Source
See Implementation
dmd
backend
barray
Barray
functions
dtor
push
remove
reset
setLength
Append element t to array.