Function erg_compiler::ty::constructors::closed_range

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