133d722a9Sopenharmony_ci//! Less used details of `CxxVector`. 233d722a9Sopenharmony_ci//! 333d722a9Sopenharmony_ci//! `CxxVector` itself is exposed at the crate root. 433d722a9Sopenharmony_ci 533d722a9Sopenharmony_cipub use crate::cxx_vector::{Iter, IterMut, VectorElement}; 633d722a9Sopenharmony_ci#[doc(inline)] 733d722a9Sopenharmony_cipub use crate::Vector; 833d722a9Sopenharmony_ci#[doc(no_inline)] 933d722a9Sopenharmony_cipub use cxx::CxxVector; 10