asFloat32x4List method

Stream<Float32x4List> asFloat32x4List()

Creates Float32x4List views over the underlying data buffer, see ByteBuffer.asFloat32x4List for details.

Implementation

Stream<Float32x4List> asFloat32x4List() => map((input) =>
    input.buffer.asFloat32x4List(input.offsetInBytes, input.lengthInBytes));