(template-str ..args) args: zero or more arguments (any type) returns a str
F
Constructs a string.
(template-str "a " b " c")
is usually abbreviated as
"a {b} c"
.
template-str
is otherwise identical to str
.
(template-str ..args) args: zero or more arguments (any type) returns a str
Constructs a string.
(template-str "a " b " c")
is usually abbreviated as
"a {b} c"
.
template-str
is otherwise identical to str
.