oxc/crates/oxc_data_structures/src/stack
2024-10-15 22:50:47 +00:00
..
capacity.rs feat(data_structures): add oxc_data_structures crate; add stack (#6206) 2024-10-01 10:02:45 +00:00
common.rs feat(data_structures): add as_slice + as_mut_slice methods to stacks (#6216) 2024-10-01 12:26:36 +00:00
mod.rs docs(data-structures): enable lint warnings on missing docs, and add missing doc comments (#6612) 2024-10-15 22:50:47 +00:00
non_empty.rs refactor(data_structures): NonEmptyStack::len hint that len is never 0 (#6220) 2024-10-01 14:58:36 +00:00
non_null.rs fix(data_structures): fix compilation failure on older Rust versions (#6526) 2024-10-13 17:32:10 +00:00
sparse.rs refactor(data_structures): remove is_empty methods for non-empty stacks (#6219) 2024-10-01 14:58:35 +00:00
standard.rs feat(data_structures): add as_slice + as_mut_slice methods to stacks (#6216) 2024-10-01 12:26:36 +00:00