pub mod boolops; pub mod mat; pub mod seriesops; pub use boolops::*; pub use mat::*; pub use seriesops::*;