I would like to specifically load the .. operator from IntervalArithmetic.jl
The following don’t work:
using IntervalArithmetic:..using IntervalArithmetic:intervalusing IntervalArithmetic:@interval
How can I load the .. operator in my module while avoiding loading the entire package through using IntervalArithmetic?