summaryrefslogtreecommitdiff
path: root/AK/Tests/TestDistinctNumeric.cpp
AgeCommit message (Expand)Author
2021-02-12AK: Remove operators && and || from DistinctNumericAndreas Kling
2021-02-12AK: Add formatter for DistinctNumericAndreas Kling
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-08-10AK: Implement and test DistinctNumeric classBen Wiederhake