ndGetAs<V> method

V? ndGetAs<V>(
  1. int index
)

Implementation

V? ndGetAs<V>(int index) => getAs(index);