Function erg_compiler::ty::constructors::interval

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