mustache-d ~master (2020-09-15T18:11:55Z)
Home
Dub
Repo
MustacheEngine.renderString
mustache
MustacheEngine
string/OutputRange version of
render
.
String
renderString
(String src, Context context)
void
renderString
(String src, Context context, Sink sink)
struct
MustacheEngine
(String = string)
void
renderString
(
Sink
)
(
in
String
src
,
in
Context
context
,
ref
Sink
sink
)
if
(
isOutputRange
!(
Sink
,
String
)
)
if
(
isSomeString
!(
String
)
)
Meta
Source
See Implementation
mustache
MustacheEngine
aliases
FindPath
Handler
classes
Context
constructors
this
enums
CacheLevel
functions
clearCache
render
renderString
properties
ext
findPath
handler
level
path
structs
Option
string/OutputRange version of render.