devela::data

Module collections

Source
Expand description

Data collections.

Extends: std::{array, collections, vec}


Macrosยง

Structsยง

Enumsยง

Traitsยง

Functionsยง

  • core Creates an array [T; N], where each T is returned from cb from its index.
  • core Converts a mutable reference to T into &mut [T; 1] (without copying).
  • core Converts a reference to T into &[T; 1] (without copying).

Type Aliasesยง