JuliaLang / Compat.jl

Compatibility across Julia versions
Other
145 stars 117 forks source link

Add `Fix{N}` utility for fixing an argument #828

Closed MilesCranmer closed 1 month ago

MilesCranmer commented 1 month ago

I'm eager to use the Fix{N} syntax from https://github.com/JuliaLang/julia/pull/54653 in older Julia versions. It should be backwards compatible except for the multiple dispatch component.

MilesCranmer commented 1 month ago

Added in #829