index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
DistinctNumeric.h
Age
Commit message (
Expand
)
Author
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-10-21
AK+Kernel: Format DistinctNumeric using the underlying type's formatter
Daniel Bertalan
2021-09-16
AK: Use default constructor/destructor instead of declaring an empty one
Brian Gianforcaro
2021-05-04
AK: Make DistinctNumeric constexpr-capable
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-12
AK: Remove operators && and || from DistinctNumeric
Andreas Kling
2021-02-12
AK: Add formatter for DistinctNumeric
Andreas Kling
2021-02-12
AK: Allow default-constructing DistinctNumeric
Andreas Kling
2021-01-28
AK: Provide traits for DistinctNumeric<T>
AnotherTest
2020-11-12
AK: Prefer using instead of typedef
Lenny Maiorani
2020-08-22
AK: Fix description of DistinctNumeric around operator bool
Ben Wiederhake
2020-08-10
AK: Implement and test DistinctNumeric class
Ben Wiederhake