operator / method

T2? operator /(
  1. T1 key
)

Alternative for []

Implementation

T2? operator /(T1 key) => this[key];