Reuben Gardos Reid

Results 32 comments of Reuben Gardos Reid

Some other items on the "modernizing" wishlist: - Interfaces for our core methods/structs via either [`RequiredInterfaces.jl`](https://seelengrab.github.io/RequiredInterfaces.jl) (probably our preferred option) or [`Interfaces.jl`](https://rafaqz.github.io/Interfaces.jl/stable/) - A nice, comprehensive write-up about interfaces in...

This can be avoided by using parentheses: ```julia SomeStruct((@λ begin _ => true end), (@λ begin _ => true end)) ``` Without the parentheses, the first macro also consumes the...