Riguz Lee

Results 11 issues of Riguz Lee

Hi, I'm trying to understand how this library works, I found it a little bit confusing: ```rust let mut a = OpSeq::default(); a.retain(1); a.insert("def"); let t = a.apply("abc").unwrap(); // only...