2cl (pronounce "toccle") is a functional programming extension for C++
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

5 行
153 B

#pragma once
#include "combinations/function.hpp"
#include "combinations/compose.hpp"
#include "combinations/tuple.hpp"
#include "combinations/curry.hpp"