lix/doc/manual/rl-next/pipe-operator.md
piegames 28ae24f3f7 libexpr: Add experimental pipe operator
The |> operator is a reverse function operator with low binding strength
to replace lib.pipe. Implements RFC 148, see the RFC text for more
details. Closes #438.

Change-Id: I21df66e8014e0d4dd9753dd038560a2b0b7fd805
2024-08-08 11:13:53 +02:00

362 B

synopsis issues cls category credits
Pipe operator `|>` (experimental)
fj#438
1654
Features
piegames
horrors

Implementation of the pipe operator (|>) in the language as described in RFC 148. The feature is still marked experimental, enable --extra-experimental-features pipe-operator to use it.