operators property
All defined operators with name and implementation.
Implementation
Map<String, ILazyOperator> operators =
SplayTreeMap((a, b) => a.compareTo(b));
All defined operators with name and implementation.
Map<String, ILazyOperator> operators =
SplayTreeMap((a, b) => a.compareTo(b));