inline class IntBits constructor(val data: Int) { companion object {} inline fun asInt() = data inline infix fun shl(bitCount: Int): IntBits = ...
確定! 回上一頁