containers ~master (2015-12-31T21:51:27Z)
Home
Dub
Repo
SList.length
containers
slist
SList
struct
SList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
inout pure nothrow @
property
@
safe
@
nogc
size_t
length
(
)
Return Value
Type:
size_t
the number of items in the list
Meta
Source
See Implementation
containers
slist
SList
aliases
insert
opSlice
put
constructors
this
destructors
~this
functions
clear
empty
front
insertFront
length
moveFront
opOpAssign
popFront
range
remove
postblits
this(this)