All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.huskerdev.grapl.ext.display.utils.EdidUtils.kt Maven / Gradle / Ivy

package com.huskerdev.grapl.ext.display.utils


@OptIn(ExperimentalUnsignedTypes::class)
fun UByteArray.intAt(i: Int) = this[i].toInt()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy