Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Tarray.Data_viewSourceDataView objects (byte-level typed data access on ArrayBuffers).
This module allows to read and write buffers with any data element at any byte offset.
of_buffer ~byte_offset ~length b k provides access to byte_length (defaults to Buffer.byte_length b) bytes of b starting at byte offset byte_offset.
Suffixes. _be stands for big endian, _le for little endian.
Suffixes. _be stands for big endian, _le for little endian.