Crate ref_slice

source

Re-exports§

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_sliceDeprecated
    Converts a reference to A into a slice of length 1 (without copying).
  • ref_slice_mutDeprecated
    Converts a reference to A into a slice of length 1 (without copying).