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

com.jacobtread.blaze.tdf.VarIntConversion.kt Maven / Gradle / Ivy

The newest version!
package com.jacobtread.blaze.tdf

interface VarIntConversion {
    fun toInt(): Int
    fun toUInt(): UInt
    fun toShort(): Short
    fun toUShort(): UShort
    fun toByte(): Byte
    fun toUByte(): UByte
    fun toULong(): ULong
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy