dlangide v0.7.38 (2017-08-08T08:10:43Z)
Home
Dub
Repo
Collection.size
collections
Collection
returns currently allocated capacity (may be more than length)
size_t
size
[@property getter]
struct
Collection
(T, bool ownItems = false)
@
property
size_t
size
(
)
size_t
size
[@property setter]
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
returns currently allocated capacity (may be more than length)