gaioguys / GAIO.jl

A Julia package for set oriented computations.
MIT License
9 stars 4 forks source link

BoxMap as first argument in algorithms #29

Closed cafaxo closed 4 years ago

cafaxo commented 4 years ago

The convention for lists of arguments in Julia is for functions to come first (due to the do-block syntax). Since a BoxMap is not really a function, the do-block syntax does not apply.

However, I would still prefer the BoxMap to be the first argument.