commonMain.ru.casperix.math.array.uint8.UByteCodec.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of math Show documentation
Show all versions of math Show documentation
Simple set of geometric and other types
package ru.casperix.math.array.uint8
interface UByteCodec {
fun decode(bytes: UByteArray): Custom
fun encode(custom: Custom): UByteArray
}