dlangide v0.8.7 (2017-10-16T10:34:14Z)
Home
Dub
Repo
Collection.size
collections
Collection
change capacity (e.g. to reserve big space to avoid multiple reallocations)
size_t
size
[@property getter]
size_t
size
[@property setter]
struct
Collection
(T, bool ownItems = false)
@
property
void
size
(
size_t
newSize
)
Meta
Source
See Implementation
collections
Collection
destructors
~this
functions
add
addAll
clear
indexOf
opApply
opIndex
opOpAssign
pushBack
pushFront
remove
removeValue
properties
back
empty
front
length
popBack
popFront
size
change capacity (e.g. to reserve big space to avoid multiple reallocations)