pub fn apply_array_slice( array: &[Value], start: Option<usize>, end: Option<usize>, ) -> Vec<Value>
配列に対してスライス操作を適用(汎用関数)