Dan Klishch
3e43d15440
Everywhere: Prefer VERIFY
over assert()
2024-02-05 07:03:53 -05:00
Hediadyoin1
fd8c54d720
AK: Add take_first
to HashTable and rename pop
to take_last
...
This naming scheme matches Vector.
This also changes `take_last` to move the value it takes, and delete by
known pointer, avoiding a full lookup and potential copies.
2023-02-21 22:13:06 +01:00
Tim Schumacher
874c7bba28
LibCore: Remove Stream.h
2023-02-13 00:50:07 +00:00
Tim Schumacher
606a3982f3
LibCore: Move Stream-based file into the Core
namespace
2023-02-13 00:50:07 +00:00
Eli Youngs
0dd8066a79
tsort: Suppress warnings with -q
2022-12-16 10:41:56 -07:00
Eli Youngs
9caa3d2b55
Userland: Add a tsort utility
2022-12-16 10:41:56 -07:00