beacon-biosignals / TimeSpans.jl

A Julia package that provides a `TimeSpan` type for representing a continuous span between two points in time.
Other
6 stars 2 forks source link

Implement set-of-interval operations #46

Open haberdashPI opened 2 years ago

haberdashPI commented 2 years ago

Under-the-hood this would use the implementation from Intervals.jl (by simply including it as a dependency).