fluent-logger v0.1.2 (2015-04-05T20:54:19Z)
Home
Dub
Repo
DataBuffer.length
fluent
databuffer
DataBuffer
size_t
length
[@property getter]
struct
DataBuffer
(T, alias realloc = core.stdc.stdlib.realloc)
@
property
const
size_t
length
(
)
if
(
isAssignable
!
T
&&
!
hasElaborateDestructor
!
T
&&
!
hasElaborateCopyConstructor
!
T
&&
!
hasElaborateAssign
!
T
)
size_t
length
[@property setter]
Return Value
Type:
size_t
the number of elements in the DataBuffer
Meta
Source
See Implementation
fluent
databuffer
DataBuffer
aliases
opDollar
constructors
this
functions
free
opIndex
opSlice
put
properties
length