fluent-logger v0.1.2 (2015-04-05T20:54:19Z)
Home
Dub
Repo
DataBuffer.opIndex
fluent
databuffer
DataBuffer
struct
DataBuffer
(T, alias realloc = core.stdc.stdlib.realloc)
ref
T
opIndex
(
size_t
i
)
if
(
isAssignable
!
T
&&
!
hasElaborateDestructor
!
T
&&
!
hasElaborateCopyConstructor
!
T
&&
!
hasElaborateAssign
!
T
)
Return Value
Type:
T
the element at index i.
Meta
Source
See Implementation
fluent
databuffer
DataBuffer
aliases
opDollar
constructors
this
functions
free
opIndex
opSlice
put
properties
length