macro_rules! impl_ops_lrn_for {
    ($t:ident, $b:ty) => { ... };
}
Expand description

lrn impl generation macro TODO it’s all unimplemented!() right now