Function StackHash.opIndex

Index an element of the range. If it does not exist, it will be created and initialized to V.init.

ref V opIndex (
  K key
);