get

inline operator fun get(index: Int): Boolean

Returns a value indicating whether the bit at index is set to 1.

index should be in range of [0, 15], but the value of index is not checked.