Skip to content
  • Jürg Billeter's avatar
    Initial support for array slices · 52d84048
    Jürg Billeter authored
    Add support for slice expressions such as array[1:5] to retrieve a
    slice of length 4 starting at the second element of the array. Slice
    expressions are also supported for strings and other types that provide
    an appropriate slice method.
    
    Based on patch by Robin Sonefors, fixes bug 571352.
    52d84048