summaryrefslogtreecommitdiff
path: root/AK/Try.h
AgeCommit message (Expand)Author
2021-09-15AK: Rename the local variable in the TRY() macro to avoid name clashesLinus Groh
2021-09-05AK: Add a TRY(expression) macro to simplify the unwrap-or-return patternAndreas Kling