FixArgs.jl

Author goretkin
Popularity
6 Stars
Updated Last
2 Years Ago
Started In
June 2020

FixArgs

Dev Build Status Coverage

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: