You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameters.jl and ArgCheck.jl are two staple packages I always use for code. I like how @argcheck allows more meaningful error messages. I wonder if @with_kw could also collect @argcheck forms into the constructor, in addition to @assert.