2cl (pronounce "toccle") is a functional programming extension for C++
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

4 rader
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"