Function erg_compiler::ty::constructors::int_interval

source ·
pub fn int_interval<P, PErr, Q, QErr>(op: IntervalOp, l: P, r: Q) -> Type
where P: TryInto<TyParam, Error = PErr>, PErr: Debug, Q: TryInto<TyParam, Error = QErr>, QErr: Debug,