summaryrefslogtreecommitdiff
path: root/AK/TypeCasts.h
AgeCommit message (Expand)Author
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-10AK: TypeCasts.h should include Assertions.hAndreas Kling
2021-01-17AK: Make is<T>(input) use input.fast_is<T>() if availableAndreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2020-07-26AK: Add global is<T>() and downcast<T>()Andreas Kling