Current section

Files

Jump to
gtemplate include gtemplate_Loop.hrl
Raw

include/gtemplate_Loop.hrl

-record(loop, {
iterable :: binary(),
variable_name :: binary(),
tokens :: list(gtemplate:token())
}).