Skip to main content

split_lr

Function split_lr 

Source
pub fn split_lr<X, Y, R>(z: &Lc<EitherKey<X, Y>, R>) -> (Lc<X, R>, Lc<Y, R>)
where X: LcKey, Y: LcKey, R: Ring, for<'x> &'x R: RingOps<R>,