ae v0.0.2137 (2018-01-31T16:30:29Z)
Home
Dub
Repo
FastAppender.CanPutAll
ae
utils
appender
FastAppender
Undocumented in source.
struct
FastAppender
(I)
template
CanPutAll (
U
...
) {
static if
(
U.length == 0
)
enum
bool
CanPutAll
;
static if
(!(
U.length == 0
))
enum
bool
CanPutAll
;
}
Members
Variables
CanPutAll
enum
bool
CanPutAll
;
Undocumented in source.
CanPutAll
enum
bool
CanPutAll
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
appender
FastAppender
constructors
this
functions
allocate
clear
get
opOpAssign
preallocate
put
uncheckedPut
properties
length
templates
CanPutAll