DERIVATIVE_PREFIX

Constant DERIVATIVE_PREFIX 

Source
pub const DERIVATIVE_PREFIX: &str = "__der_";
Expand description

Prefix used for the derivatives of a variable (e.g. The derivative of x would be der_x).