summaryrefslogtreecommitdiff
path: root/AK/DistinctNumeric.h
AgeCommit message (Expand)Author
2021-05-04AK: Make DistinctNumeric constexpr-capableAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-12AK: Remove operators && and || from DistinctNumericAndreas Kling
2021-02-12AK: Add formatter for DistinctNumericAndreas Kling
2021-02-12AK: Allow default-constructing DistinctNumericAndreas Kling
2021-01-28AK: Provide traits for DistinctNumeric<T>AnotherTest
2020-11-12AK: Prefer using instead of typedefLenny Maiorani
2020-08-22AK: Fix description of DistinctNumeric around operator boolBen Wiederhake
2020-08-10AK: Implement and test DistinctNumeric classBen Wiederhake