ae.sys.dataset

ae.sys.dataset

Members

Functions

joinData
Data joinData(Data[] data)

Join an array of Data to a single Data.

popFront
Data[] popFront(Data[] data, size_t amount)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bytes
DataSetBytes bytes [@property getter]

Return a type that's indexable to access individual bytes, and sliceable to get an array of Data over the specified byte range. No actual Data concatenation is done.

joinToHeap
void[] joinToHeap [@property getter]

Join an array of Data to a memory block on the managed heap.

Structs

DataSetBytes
struct DataSetBytes
Undocumented in source.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net>