Module audio::slice

source ·
Expand description

Traits used to generically describe and operate over slice-like types.

This is used in for example LinearChannel to allow it to abstract over its content.

Traits

  • Trait used to operate over a slice.
  • Describes how a buffer can be indexed.
  • Trait used to operate generically over a mutable slice.