Package-level declarations

Types

Link copied to clipboard
expect class BitSet(size: Int)
actual typealias BitSet = BitSet
actual class BitSet(size: Int)

Simplified version of java.util.BitSet

Link copied to clipboard
class IntAllocator(bottom: Int, top: Int)

A class for allocating integers from a given range that uses a BitSet representation for free integers.

Functions

Link copied to clipboard
fun arraycopy(src: ByteArray, srcPos: Int, dst: ByteArray, dstPos: Int, size: Int)

Copies size elements of src starting at srcPos into dst at dstPos

Link copied to clipboard
inline fun <T> Any?.into(): T
Link copied to clipboard
inline fun <T> Any?.intoOrNull(): T?
Link copied to clipboard
inline fun <T : Any> KLogger.measure(message: String, log: (message: () -> String) -> Unit = ::info, block: () -> T): T

Properties

Link copied to clipboard
val URLProtocol.Companion.AMQP: URLProtocol

AMQP with port 5672

Link copied to clipboard
val URLProtocol.Companion.AMQPS: URLProtocol

secure AMQP with port 5671

Link copied to clipboard

The range of the values a UShort can hold.