Module gear_core::buffer

source ·
Expand description

Vector with limited len realization.

Structs§

  • Limited len vector. T is data type. E is overflow error type. N is max len which a vector can have.
  • Runtime buffer size exceed error

Type Aliases§

  • Buffer which size cannot be bigger then max allowed allocation size in runtime.