summaryrefslogtreecommitdiff
path: root/AK/CharacterTypes.h
AgeCommit message (Expand)Author
2022-02-10AK: Change static base36 character map to function-local constexprLenny Maiorani
2022-01-31AK: Add is_ascii_[binary,octal]_digit to CharacterTypesTimothy Flynn
2021-06-29AK: Add the to_ascii_base36_digit helper methodIdan Horowitz
2021-06-06AK: Add the parse_ascii_base36_digit methodIdan Horowitz
2021-06-03AK: Add CharacterTypes.hMax Wipfli