carbon v1.5.4 (2015-09-23T08:11:56Z)
Home
Dub
Repo
UninitializedTemporaryBuffer
carbon
memory
struct
UninitializedTemporaryBuffer (
T
) {
import
core
.
stdc
.
stdlib
;
;
this(this)
;
this
(size_t n);
~this
();
T
[]
slice
;
}
Constructors
this
this
(size_t n)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
slice
Members
Variables
slice
T
[]
slice
;
Undocumented in source.
Meta
Source
See Implementation
carbon
memory
functions
callAllDtor
callAllPostblit
onGCMemory
onOutOfMemoryError
toRefCounted
structs
RefCountedNoGC
UninitializedTemporaryBuffer