This release brings three new function generators:
echo(_:)- A newechofunction which creates and returns a function which only ever returns the value you gave theechofunctionconstant(_:)- Two functions which always return the same value: one just like the aboveechofunction (purely alias for clarity), and one which creates a non-transformer which ignores its input always returns the same value!- Creates a function which simply inverts the output of the function after the exclamation point
See the Readme for examples!
Patch Changes
- 1.2.4
- #13: Made the
curryfunctionpublic
- #13: Made the
- 1.2.3
- Added a dynamic library product whose name is a valid bundle identifier
- Deprecated previous dynamic library product because its name caused problems when submitting to the App Store
- 1.2.2
- Added alternative dynamic library product
- 1.2.1
- Added dual licenses