Util: Add a y-combinator template class

This commit is contained in:
Jonathan G Rennison
2022-06-01 22:34:06 +01:00
parent 564d7e5029
commit ce98daedce
2 changed files with 37 additions and 0 deletions

View File

@@ -31,4 +31,5 @@ add_files(
smallvec_type.hpp
string_compare_type.hpp
tinystring_type.hpp
y_combinator.hpp
)