effect-io-ai

Package: effect
Module: ScheduleInterval

ScheduleInterval.intersect

Computes a new Interval which is the intersection of this Interval and that Interval.

Signature

declare const intersect: { (that: Interval): (self: Interval) => Interval; (self: Interval, that: Interval): Interval; }

Source

Since v2.0.0