gendoc ~master (2021-09-03T10:44:47Z)
Dub
Repo
expandMacro
gendoc
misc
Expands macro variables contained within a str
T
expandMacro
(T str, Func mapFunc)
T
expandMacro
(T str, Func mapFunc)
T
expandMacro
(
bool
keepUnmatched
T
Func
)
(
in
T
str
,
Func
mapFunc
)
if
(
isSomeString
!
T
&&
isCallable
!
Func
&&
is
(
ReturnType
!
Func
:
T
)
&&
ParameterTypeTuple
!
Func.length
>= 1
&&
is
(
T
:
ParameterTypeTuple
!
Func
[0])
)
T
expandMacro
(T str, MAP map)
Meta
Source
See Implementation
gendoc
misc
enums
MacroType
functions
expandMacro
Expands macro variables contained within a str