operator [] method

double operator [](
  1. int index
)

Implementation

double operator [](int index) => float16(ptr[index]);