Uint16Array extension - dart:ffi library (original) (raw)

description

Bounds checking indexing methods on Arrays of Uint16.

on

Annotations

Operators

operator [](int index)→ int

Available on Array<Uint16>, provided by the Uint16Array extension

operator []=(int index, int value)→ void

Available on Array<Uint16>, provided by the Uint16Array extension