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

jsMain.js.buffer.ArrayBufferLike.kt Maven / Gradle / Ivy

package js.buffer

sealed external interface ArrayBufferLike {
    val byteLength: Int

    fun slice(
        begin: Int,
        end: Int = definedExternally,
    ): ArrayBufferLike
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy