MacroTable.expand

Look for macros in buf and expand them in place. Only look at the text in buf from start to pend.

struct MacroTable
nothrow pure
bool
expand
(,
size_t start
,
ref size_t pend
,
const(char)[] arg
,,,)

Return Value

Type: bool

true on success, false when the recursion limit was reached

Meta