dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
MacroTable.insert
dil
doc
Macro
MacroTable
Creates a macro using name and text and inserts it into the table.
void
insert
(
Macro
m
,
bool
convertText
=
true
)
void
insert
(
Macro
[]
macros
)
void
insert
(
cstring
name
,
cstring
text
)
class
MacroTable
void
insert
(
cstring
name
,
cstring
text
)
void
insert
(
cstring
[]
names
,
cstring
[]
texts
)
Meta
Source
See Implementation
dil
doc
Macro
MacroTable
constructors
this
functions
insert
isRoot
search
variables
parent
table
Creates a macro using name and text and inserts it into the table.