phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
FastAppender
nxt
fast_appender
Faster alternative to
std.array.Appender
.
struct
FastAppender (
T
)
if
(
is
(
T
==
U
[],
U
)
) {
this(this)
;
T
data
;
const
(
T
)
opSlice
();
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
opSlice
const
(
T
)
opSlice
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
T
data
;
Undocumented in source.
Meta
Source
See Implementation
nxt
fast_appender
structs
FastAppender
Faster alternative to std.array.Appender.