operator [] method - StructArray extension - dart:ffi library (original) (raw)

description

T operator [](

  1. int index )

This extension method must be invoked on a receiver of type Pointer<T>where T is a compile-time constant type.

Implementation

external T operator [](int index);