times

operator fun Byte.times(b: Ubyte): Byte
operator fun Byte.times(b: Ushort): Byte
operator fun Byte.times(b: Uint): Byte
operator fun Byte.times(b: Ulong): Byte
operator fun Int.times(b: Ubyte): Int
operator fun Int.times(b: Ushort): Int
operator fun Int.times(b: Uint): Int
operator fun Int.times(b: Ulong): Int
operator fun Long.times(b: Ubyte): Long
operator fun Long.times(b: Ushort): Long
operator fun Long.times(b: Uint): Long
operator fun Long.times(b: Ulong): Long
operator fun Short.times(b: Ubyte): Short
operator fun Short.times(b: Ushort): Short
operator fun Short.times(b: Uint): Short
operator fun Short.times(b: Ulong): Short