2cl (pronounce "toccle") is a functional programming extension for C++
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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