Integer<I> Concept
  Definition
  Line 253 of System.Base/Concept.cm
  Type Parameters
  
  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)