asView<T extends TypedDataList> method
Zero-copy view as T.
T must be a concrete TypedDataList type: Uint8List, Int32List,
Float32List, etc. Throws if T isn't one of those.
Invalid after free/heap growth.
Implementation
@override
T asView<T extends TypedDataList>(int length) => ptr.asView<T>(length);