MacroTable.define

Define name=text macro. If macro name already exists, replace the text for it.

struct MacroTable
extern (D)
void
define
(
const(char)[] name
,
const(char)[] text
)

Parameters

name const(char)[]

name of macro

text const(char)[]

text of macro

Suggestion Box / Bug Report