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

description

UnionArray<T extends Union> extension

Bounds checking indexing methods on Arrays of Union.

on

Annotations

Properties

elementsList<T>

Available on Array<T>, provided by the UnionArray extension

A list view of the bytes of this array.

no setter

Operators

operator [](int index)→ T

Available on Array<T>, provided by the UnionArray extension

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