get method

HVal get(
  1. int i
)

Get the HVal at the given index

Implementation

HVal get(int i) => _items[i];