We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This includes migrating all functions from adl::operators and adl::dsl namespaces into the adl::oct namespace.
E.g. template <VarType_, typename = common_var_t<VarType_>> void function(VarType_) into void function(oct_var), void function(octdiff_var), ...
template <VarType_, typename = common_var_t<VarType_>> void function(VarType_)
void function(oct_var)
void function(octdiff_var)