operator [] method

int? operator [](
  1. DynamicTableTag tag
)

Implementation

int? operator [](DynamicTableTag tag) => _entries[tag.index];