dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
OutBuffer.bracket
dmd
common
outbuffer
OutBuffer
Insert left at i, and right at j. Return index just past right.
struct
OutBuffer
extern (
C
++) nothrow pure nothrow @
system
size_t
bracket
(
size_t
i
,
const
(
char
)*
left
,
size_t
j
,
const
(
char
)*
right
)
Meta
Source
See Implementation
dmd
common
outbuffer
OutBuffer
constructors
this
destructors
~this
functions
allocate
bracket
buf
bufptr
destroy
dtor
extractData
extractSlice
insert
moveToFile
opSlice
print
reserve
setsize
write16
write16n
write32
write64
writeByten
writeStringz
writenl
writestring
writestringln
variables
doindent
level
spaces
Insert left at i, and right at j. Return index just past right.