Block

Associated Functions for the Block type

Built-in associated functions for the Block<T, N> type.

A contiguous block of memory with fixed capacity for efficient bulk operations (Shaders).

It intentionally doesn’t store any extra header information such as length (element count), so there can be no real associated functions on it besides indexing (subscript) with some_block[index]