1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:47:34 +00:00

AK: Add a Tuple implementation

Please don't use this outside of metaprogramming needs, *please*.
This commit is contained in:
Ali Mohammad Pur 2021-05-09 08:24:22 +04:30 committed by Linus Groh
parent 4fdbac236d
commit 02de813950
3 changed files with 328 additions and 0 deletions

View file

@ -52,6 +52,7 @@ set(AK_TEST_SOURCES
TestStringView.cpp
TestTime.cpp
TestTrie.cpp
TestTuple.cpp
TestTypeTraits.cpp
TestTypedTransfer.cpp
TestURL.cpp