pub type AD = Jet<2>;
Backward compatibility alias: AD is now Jet<2>.
AD
Jet<2>
For new code, prefer Dual = Jet<1> or HyperDual = Jet<2> directly.
Dual = Jet<1>
HyperDual = Jet<2>
pub struct AD { /* private fields */ }