summaryrefslogtreecommitdiff
path: root/AK/TypeCasts.h
AgeCommit message (Expand)Author
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2022-12-11AK: Specialise AK::is() for NNRP<T>Ali Mohammad Pur
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
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