bamboo.util

Undocumented in source.

Members

Functions

_interp_text
string _interp_text(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
genbuiltins
Type[string] genbuiltins()

Generates a hashmap of builtin types.

interp
string interp()

Interpolated string (ie, variable expansion). Any D expression can be placed inside ${ and }. Everything between the curly braces will be evaluated inside your current scope, and passed as a parameter (or parameters) to std.conv.text. The curly braces do NOT nest, so variable expansion will end at the first closing brace. If the closing brace is missing, an Exception will be thrown at compile-time.

Meta