summaryrefslogtreecommitdiff
path: root/AK/MemMem.h
AgeCommit message (Expand)Author
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-07-14AK: Use the correct data types in bitap_bitwise()Ali Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-29Everywhere: Remove redundant inline keywordLenny Maiorani
2021-11-22AK: Mark MemMem header-only functions as inline rather than staticAndrew Kaster
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12AK: Add String{View,}::find(StringView)AnotherTest
2020-12-08AK: Implement memmem() for iterator haystacksAnotherTest
2020-08-21AK+LibC+Kernel: Move the implementation of memmem to AKAnotherTest