ae ~old-net (2022-05-18T17:03:39.1779262)
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