Array slicing

Array slicing

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5083-5544-9

High Quality Content by WIKIPEDIA articles! In computer programming, array slicing is an operation that extracts certain elements from an array and packages them as another array, possibly with different number of indices (or dimensions) and different index ranges. Two common examples are extracting a substring from a string of characters (e.g. "ell" from "hello"), and extracting a row (or a column) of a rectangular matrix to be used as a vector.