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.