MCPcopy Index your code
hub / github.com/RustPython/RustPython / boxvec.rs

File boxvec.rs

crates/common/src/boxvec.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// spell-checker:disable
2//! An unresizable vector backed by a `Box<[T]>`
3
4#![allow(clippy::needless_lifetimes)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected