DoubleArray extension - dart:ffi library (original) (raw)
Bounds checking indexing methods on Arrays of Double.
on
Annotations
- @Since('2.13')
Operators
operator [](int index)→ double
Available on Array<Double>, provided by the DoubleArray extension
operator []=(int index, double value)→ void
Available on Array<Double>, provided by the DoubleArray extension