WitStream

interface WitStream<out T>

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Handle<out T>(val handle: Long) : WitStream<T>

Properties

Link copied to clipboard
abstract val handle: Long

Functions

Link copied to clipboard
open fun handle(): Long