1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/*!
Implementations of safe APIs to the `BaseArray` struct.

`BaseArray` is defined in [`heaparray::base`](../base/index.html).
*/

mod generic;
mod p_types;

pub use crate::api_prelude::*;
pub use generic::*;
pub use p_types::{FatPtrArray, ThinPtrArray};