OutBuffer.bracket

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