- opAssignself opAssign(T n) 
- Assign with a smaller unsigned type. 
- opAssignself opAssign(T n) 
- Assign with a smaller signed type (sign is extended). 
- opAssignself opAssign(T n) 
- Assign with a wide integer of the same size (sign is lost). 
- opAssignself opAssign(T n) 
- Assign with a smaller wide integer (sign is extended accordingly). 
- opBinaryself opBinary(T o) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opBinaryself opBinary(T y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opCastT opCast() 
- Cast to a smaller integer type (truncation). 
- opCastT opCast() 
- opCastT opCast() 
- Cast to wide integer of any size. 
- opCmpint opCmp(T y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opCmpint opCmp(T y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opEqualsbool opEquals(T y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opEqualsbool opEquals(T y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opOpAssignself opOpAssign(T y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opOpAssignself opOpAssign(T y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opUnaryself opUnary() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opUnaryself opUnary() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toStringstring toString() 
- Converts to a hexadecimal string. 
Recursive 2^n integer implementation.