# Functions
line internal/interpolate/parse.rl:8 Parse parses a string for interpolation.
# Type aliases
String is a string that supports interpolation given some source of variable values.
VariableResolver resolves the value of a variable specified in the string.