MCPcopy Create free account
hub / github.com/andylokandy/arraydeque / behavior.rs

File behavior.rs

src/behavior.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Behavior semantics for `ArrayDeque`.
2//!
3//! `ArrayDeque` provides two different behaviors, `Saturating` and `Wrapping`,
4//! determining whether to remove existing element automatically when pushing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected