summaryrefslogtreecommitdiff
path: root/AK/Stack.h
AgeCommit message (Collapse)Author
2022-01-05AK: Use unchecked_append in AK::Stack, as we always validate the sizeBrian Gianforcaro
This removes one additional usage of Vector::append that stops us from disabling it when compiling the Kernel.
2021-05-26AK: Implement AK::StackJesse Buhagiar