1-basics uses "array slices" instead of "slices"
Closed this issue · 1 comments
steveklabnik commented
The official term is just "slice"; that is, these slices can be for vectors as well as arrays.
stevedonovan commented
Good point. 'a slice of an array' is fine but otherwise I should just qualify 'string slices'.