asFloat64x2List method

Stream<Float64x2List> asFloat64x2List()

Creates Float64x2List views over the underlying data buffer, see ByteBuffer.asFloat64x2List for details.

Implementation

Stream<Float64x2List> asFloat64x2List() => map((input) =>
    input.buffer.asFloat64x2List(input.offsetInBytes, input.lengthInBytes));