Paul Fultz II

Results 130 issues of Paul Fultz II

Perhaps add brackets to better show what is from tuple or vector.

review

Add some more adaptors for more complete combinatory logic: * B = compose * C = flip * K = always * W = ??? * S = ??? *...

An alternative to declaring functions using the `FIT_STATIC_LAMBDA_FUNCTION` is to use the factory pattern in C++14: ``` cpp struct lambda_factor { auto operator*() const { return [] { ... };...

The type of variable created by `FIT_STATIC_FUNCTION` or `FIT_STATIC_LAMBDA_FUNCTION` could be different. Perhaps a template alias such as `static_function` or `static_lambda_function` can be used by the user to know the...