Module ndless::prelude

source ·
Expand description

§Ndless prelude

At the top of your code, add

use ndless::prelude::*;

to get commonly-used functions.

Modules§

  • A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros§

Structs§

  • A pointer type that uniquely owns a heap allocation of type T.
  • A possible error value when converting a String from a UTF-8 byte vector.
  • A possible error value when converting a String from a UTF-16 byte slice.
  • An iterator that moves out of a vector.
  • A splicing iterator for Vec.
  • A UTF-8–encoded, growable string.
  • A contiguous growable array type, written as Vec<T>, short for ‘vector’.
  • ExtractIfExperimental
    An iterator which uses a closure to determine if an element should be removed.
  • ThinBoxExperimental
    ThinBox.

Traits§

  • Copy and pasted from Rust std
  • A trait for converting a value to a String.

Type Aliases§

Attribute Macros§