ae v0.0.2728 (2020-08-02T06:18:06Z)
Home
Dub
Repo
FastAppender.CanPutAll
ae
utils
appender
FastAppender
Undocumented in source.
struct
FastAppender
(I, Allocator = GCAllocator)
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
aliases
put
constructors
this
destructors
~this
functions
allocate
clear
get
opOpAssign
peek
preallocate
putEx
uncheckedPut
postblits
this(this)
properties
capacity
length
templates
CanPutAll
variables
allocator