Module konst::slice

source ·
Expand description

const fn equivalents of slice methods.

§Removed in 0.3.0

These functions were removed in 0.3.0 because there is an equivalent const fn in the standard library:

  • first
  • last
  • split_first
  • split_last

Modules§

  • cmpcmp
    const fns for comparing slices for equality and ordering.

Macros§

  • Macro equivalent of <[&[T]]>::concat, which takes a constant as an argument.

Structs§

Traits§

Functions§