dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
Collection.size
dlangui
core
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
dlangui
core
collections
Collection
destructors
~this
functions
add
addAll
clear
indexOf
opApply
opIndex
opOpAssign
pushBack
pushFront
remove
removeValue
properties
back
empty
front
length
peekBack
peekFront
popBack
popFront
size
returns currently allocated capacity (may be more than length)