Package-level declarations

Types

Functions

Link copied to clipboard
infix inline fun <T : UintBitMask<T>> UintBitMask<T>.and(flags: UintBitMask<*>): T
Link copied to clipboard
infix inline fun <T : UintBitMask<T>> UintBitMask<T>.clear(flags: UintBitMask<*>): T
Link copied to clipboard
inline fun UintBitMask<*>.contains(flags: UintBitMask<*>): Boolean
Link copied to clipboard
Link copied to clipboard
infix inline fun <T : UintBitMask<T>> UintBitMask<T>.or(flags: UintBitMask<*>): T
Link copied to clipboard
operator fun <P> WasmPtr<P>.plus(bytes: Int): WasmPtr<P>
Link copied to clipboard
infix inline fun <T : UintBitMask<T>> UintBitMask<T>.xor(flags: UintBitMask<*>): T