summaryrefslogtreecommitdiff
path: root/AK/Tuple.h
AgeCommit message (Collapse)Author
2021-08-02AK: Correct Tuple's constructor signaturesAli Mohammad Pur
Tuple previously required rvalue references, this commit makes it accept forwarding references instead (which was the intention all along).
2021-05-18AK: Add deduction guides to TupleAli Mohammad Pur
2021-05-11AK: Add a Tuple implementationAli Mohammad Pur
Please don't use this outside of metaprogramming needs, *please*.