A vector of Data with deterministic lifetime.
Copy a Data array's contents to a specified buffer.
Join an array of Data to a single Data.
Remove and return the specified number of bytes from the given Data array.
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.
Join an array of Data to a memory block on the managed heap.
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.
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/.
ae.sys.dataset