fn_compose 0.0.2 copy "fn_compose: ^0.0.2" to clipboard
fn_compose: ^0.0.2 copied to clipboard

outdated

A typed way to compose functions in dart

fn_compose #

A typed functional composition in Dart.

Cannot implement the >> operator because operator generics are not possible in Dart at the moment

Examples #

C(initial value).x(first function).x(second function).execute();
C(5).x(addOne).execute();

Todo #

output a function define just a function

This is just a playful thing, nothing serious!

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A typed way to compose functions in dart

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on fn_compose