summaryrefslogtreecommitdiff
path: root/AK/Optional.h
AgeCommit message (Collapse)Author
2019-07-08AK: Add a simple Optional<T> template.Andreas Kling
This can be used to store any type, with a flag that says if any value is present or not.