Integer<I> Concept

Definition

Line 253 of System.Base/Concept.cm

Type Parameters

I

Constraints

I is TotallyOrdered
I operator-(I)
I operator~(I)
I operator+(I, I)
I operator-(I, I)
I operator*(I, I)
I operator/(I, I)
I operator%(I, I)
I operator<<(I, I)
I operator>>(I, I)
I operator&(I, I)
I operator|(I, I)
I operator^(I, I)