Function Optional.opSlice

Provides indexing into arrays

auto opSlice(This) (
  size_t begin,
  size_t end
);

The indexes and slices are also checked to be valid and none is returned if they are not