Module formatter

Module formatter 

Source
Expand description

This is a string formatter for WLambda.

It provides the create_formatter_fun. It’s syntax supports most of the Rust string formatting functionality.

Functions§

create_formatter_fun
This function takes a VVal::Str or VVal::Byt and parses it as formatting template. The return value is a VVal with a function that takes as many arguments as specified in the formatting template.