ddc ~master (2020-05-01T11:40:35Z)
Dub
Repo
OutBuffer.bracket
dmd
root
outbuffer
OutBuffer
Insert left at i, and right at j. Return index just past right.
struct
OutBuffer
extern (
C
++) pure nothrow
size_t
bracket
(
size_t
i
,
const
(
char
)*
left
,
size_t
j
,
const
(
char
)*
right
)
Meta
Source
See Implementation
dmd
root
outbuffer
OutBuffer
functions
allocate
bracket
extractData
extractSlice
insert
opSlice
print
setsize
writenl
variables
doindent
level
spaces
Insert left at i, and right at j. Return index just past right.