SwiftFPExtensions

1.0.0

Functional Programming Utility Functions for Swift
grd888/SwiftFPExtensions

What's New

1.0.0

2024-10-30T05:33:17Z

Introduces 2 new operators:

  • |> - the Pipe Forward operator
    • Applies a function to a value in a forward-pipe style.
  • >>> - the Forward Compose operator
    • Combines two functions into a single function by chaining their outputs.

Description

  • Swift Tools 5.4.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed May 14 2025 13:16:22 GMT-0900 (Hawaii-Aleutian Daylight Time)