Data

The most common use case of manipulating unmanaged memory is working with raw bytes, whether they're received from the network, read from a file, or elsewhere.

alias Data = TData!ubyte

Meta