Re-exports§
pub use self::opt_slice_mut as mut_opt_slice;
pub use self::ref_slice_mut as mut_ref_slice;
Deprecated
Functions§
- Converts a reference to
Option<A>
into a slice of length 0 or 1 (without copying). - Converts a reference to
Option<A>
into a slice of length 0 or 1 (without copying). - ref_
slice Deprecated Converts a reference toA
into a slice of length 1 (without copying). - ref_
slice_ mut Deprecated Converts a reference toA
into a slice of length 1 (without copying).