pure 0.2.0 copy "pure: ^0.2.0" to clipboard
pure: ^0.2.0 copied to clipboard

Functional programming essentials for Dart. Tail call optimization, partial application, memoization, and more.

[0.2.0] - 20.03.2022 #

Changed #

  • Change linter from custom config to purple_lints.
  • [BREAKING] Rename memoized to memoize().
  • Expose function typedefs.

Added #

  • Add basic functions – id, negate and others.
  • Document everything.
  • flip extension.
  • curry extension.
  • uncurry extension.
  • constant extension.
  • nullable extension.

[0.1.1] - 19.09.2021 #

  • Hotfix.

[0.1.0] - 19.09.2021 #

  • Initial version.
12
likes
140
pub points
86%
popularity

Publisher

verified publisheryakov.codes

Functional programming essentials for Dart. Tail call optimization, partial application, memoization, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on pure