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

4 行
153 B

  1. #pragma once
  2. #include "combinations/function.hpp"
  3. #include "combinations/compose.hpp"
  4. #include "combinations/tuple.hpp"
  5. #include "combinations/curry.hpp"