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: Fri Jul 24 2026 02:41:31 GMT-0900 (Hawaii-Aleutian Daylight Time)