runmat_runtime/builtins/structs/
mod.rs

1//! Struct builtins.
2
3pub mod core;
4
5pub use core::*;