utils/util library

Functions

template(String str, Map<String, String> data) String
Replaces the templating placeholders with the provided data map.
wrapNum(double x, Tuple2<double, double> range, [bool? includeMax]) double