Crate oxc_index

source ·
Expand description

Modules§

  • The Rust Core Library

Macros§

Structs§

  • A slice that only accepts indices of a specific type. Note that the intended usage is as IndexSlice<I, [T]>.
  • A Vec that only accepts indices of a specific type.