Package-level declarations

Types

Link copied to clipboard

Transport-neutral terminal byte connector.

Link copied to clipboard

Callback sink for terminal transport events.

Functions

Link copied to clipboard
inline fun ByteArray.checkBounds(offset: Int, length: Int)

Validates array bounds checks for buffer offset and length parameters. Marked as inline so that validation compiles directly into call sites, leaving zero runtime method frame overhead.