| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected