Crate ref_slice [] [src]

Functions

mut_opt_slice

Converts a reference to Option into a slice of length 0 or 1 (without copying).

mut_ref_slice

Converts a reference to A into a slice of length 1 (without copying).

opt_slice

Converts a reference to Option into a slice of length 0 or 1 (without copying).

ref_slice

Converts a reference to A into a slice of length 1 (without copying).