2cl (pronounce "toccle") is a functional programming extension for C++
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

4 řádky
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"