extractSigned

fun Int.extractSigned(offset: Int, count: Int, signed: Boolean): Int

Extracts count bits at offset from this sign-extending its result if signed is set to true


fun Int.extractSigned(offset: Int, count: Int): Int

Extracts count bits at offset from this sign-extending its result