ArgumentConverter

typealias ArgumentConverter = (raw: Any, parameter: FunctionParameter, call: FunctionCall<*>) -> Value<*>

Converts an untyped function call argument to the static type a parameter expects.

See also

for the conversion the emitted implementations delegate to