Function subset

Source
pub fn subset<T: Clone>(a: &[T], start: i64, end: i64) -> Option<Vec<T>>
Expand description

Close translation of StageL anSubset.