oxc/crates/oxc_data_structures/src/stack
overlookmotel b02114783a refactor(data_structures): make all methods of NonNull shim #[inline(always)] (#7024)
All these methods are trivial and should always be inlined.
2024-10-30 13:00:24 +00:00
..
capacity.rs
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): add read method to NonNull shim (#7022) 2024-10-30 13:00:22 +00:00
non_null.rs refactor(data_structures): make all methods of NonNull shim #[inline(always)] (#7024) 2024-10-30 13:00:24 +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 refactor(data_structures): add read method to NonNull shim (#7022) 2024-10-30 13:00:22 +00:00