packedValue

fun packedValue(bits: Long, mask: Long, shift: Int): Int

Extracts a packed integer field from bits.

Parameters

bits

packed mode snapshot.

mask

mask covering the packed field.

shift

number of low bits to shift away after masking.