Function Trie.opIndex

Get value by key. It's an error to access non-existing key.

T opIndex (
  K k
);