Skip to main content

step_p21/primitive/
mod.rs

1//! Primitive types appears in STEP and not defined in Rust
2
3mod logical;
4pub use logical::*;