operator [] abstract method

D? operator [](
  1. P key
)

Gets the value for key or null

Implementation

D? operator [](P key);