DartAwareFloats extension

Helpers to convert a Pointer<Char> into a Uint8List.

on

Methods

toFloat32List(int length) Float32List

Available on Pointer<Float>, provided by the DartAwareFloats extension

Creates a Dart view on a pointer to floats in native memory, cast as a Float32List. This method does not copy the data out of native memory.