Function Optional.opIndex

Provides indexing into arrays

auto opIndex(This) (
  size_t index
);

auto opIndex(This)();

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