oxc/crates/oxc_data_structures/src
overlookmotel cc57541281 refactor(data_structures): NonEmptyStack::len hint that len is never 0 (#6220)
Tiny optimization. Make sure compiler knows that `NonEmptyStack::len` can never return 0.
2024-10-01 14:58:36 +00:00
..
stack refactor(data_structures): NonEmptyStack::len hint that len is never 0 (#6220) 2024-10-01 14:58:36 +00:00
lib.rs feat(data_structures): add oxc_data_structures crate; add stack (#6206) 2024-10-01 10:02:45 +00:00