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.
 
 

5 Zeilen
153 B

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