An open API service indexing awesome lists of open source software.

https://github.com/cassonmars/arrayviews

A .NET library for providing shared views over byte arrays, as a corollary to JavaScript's Typed Arrays
https://github.com/cassonmars/arrayviews

byte-array c-sharp endianness typedarray

Last synced: 5 months ago
JSON representation

A .NET library for providing shared views over byte arrays, as a corollary to JavaScript's Typed Arrays

Awesome Lists containing this project

README

          

# ArrayViews

Provides a series of helper classes for interpreting byte arrays as different typed views, similar in nature to JavaScript's Typed Arrays, but with awareness of endianness.