ddc ~loc-offset (2022-03-28T17:00:24.1812298)
Dub
Repo
OutBuffer.bracket
dmd
root
outbuffer
OutBuffer
Insert left at i, and right at j. Return index just past right.
void
bracket
(char left, char right)
size_t
bracket
(size_t i, const(char)* left, size_t j, const(char)* 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
destructors
~this
functions
allocate
bracket
destroy
extractChars
extractData
extractSlice
fill0
insert
length
opIndex
opSlice
peekChars
prependbyte
prependstring
print
printf
remove
reserve
reset
setsize
spread
vprintf
write
write4
writeByte
writeUTF16
writeUTF8
writenl
writestring
writestringln
writewchar
writeword
variables
doindent
level
spaces
Insert left at i, and right at j. Return index just past right.