Skip to main content

slice_up_to_len_alt

Function slice_up_to_len_alt 

Source
pub const fn slice_up_to_len_alt<T>(slice: &[T], len: usize) -> &[T]
👎Deprecated since 0.2.36:

redundant, same as slice_up_to_len

Available on crate feature fmt only.
Expand description

The same as slice_up_to_len

(this function only exists for backwards compatibility)