FixArgs
This package aims to generalize Base.Fix1
and Base.Fix2
for arbitrary function arities and binding patterns with a type Fix
.
Fix
can also include keyword arguments.
One day, parts of this package may be included in Julia's Base
itself; see issue #36181.
See the documentation for more detail and examples.
Related features in other languages: