Back

intersection (clj)

(source)

function

(intersection s1) (intersection s1 s2) (intersection s1 s2 & sets)
Return a time-ordered sequence of disjoint intervals where two or more intervals of the given sequences are concurrent. Arguments must be time-ordered sequences of disjoint intervals.

Examples