# Functions
AbsInt returns absolute value.
AbsInt16 returns absolute value.
AbsInt32 returns absolute value.
AbsInt64 returns absolute value.
AbsInt8 returns absolute value.
ContainsInt returns true if e is in slice s, otherwise returns false.
ContainsInt16 returns true if e is in slice s, otherwise returns false.
ContainsInt32 returns true if e is in slice s, otherwise returns false.
ContainsInt64 returns true if e is in slice s, otherwise returns false.
ContainsInt8 returns true if e is in slice s, otherwise returns false.
ContainsUint returns true if e is in slice s, otherwise returns false.
ContainsUint16 returns true if e is in slice s, otherwise returns false.
ContainsUint32 returns true if e is in slice s, otherwise returns false.
ContainsUint64 returns true if e is in slice s, otherwise returns false.
ContainsUint8 returns true if e is in slice s, otherwise returns false.
MaxByte returns maximum between two byte.
MaxInt returns maximum between two int.
MaxInt16 returns maximum between two int16.
MaxInt32 returns maximum between two int32.
MaxInt64 returns maximum between two int64.
MaxInt8 returns maximum between two int8.
MaxUint returns maximum between two uint.
MaxUint16 returns maximum between two uint16.
MaxUint32 returns maximum between two uint32.
MaxUint64 returns maximum between two uint64.
MaxUint8 returns maximum between two uint8.
MinByte returns minimum between two byte.
MinInt returns minimum between two int.
MinInt16 returns minimum between two int16.
MinInt32 returns minimum between two int32.
MinInt64 returns minimum between two int64.
MinInt8 returns minimum between two int8.
MinUint returns minimum between two uint.
MinUint16 returns minimum between two uint16.
MinUint32 returns minimum between two uint32.
MinUint64 returns minimum between two uint64.
MinUint8 returns minimum between two uint8.