ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
OutBuffer.setsize
dmd
root
outbuffer
OutBuffer
Shrink the size of the data to
size
.
struct
OutBuffer
extern (
C
++) pure nothrow @
nogc
@
safe
void
setsize
(
size_t
size
)
Parameters
size
Type:
size_t
new size of data, must be <=
.length
Meta
Source
See Implementation
dmd
root
outbuffer
OutBuffer
functions
allocate
bracket
extractData
extractSlice
insert
opSlice
print
setsize
writenl
variables
doindent
level
spaces
Shrink the size of the data to size.