Package-level declarations

Types

Link copied to clipboard
@NotThreadSafe
class LinkedQueue<T>
Link copied to clipboard
@NotThreadSafe
class ManagedStringBuilder(defaultLength: Int = 128, maxRetainedLength: Int = 512)

Functions

Link copied to clipboard
fun deleteDatabase(file: File): <Error class: unknown class>
Link copied to clipboard
inline fun <T> Array<T>.forEachByPosition(block: (T, Int) -> Unit)
Link copied to clipboard
inline fun <T> Array<T>.forEachByPositionUntil(index: Int, block: (T, Int) -> Unit)

Iterates over the array elements until the specified index (exclusive).

Link copied to clipboard
inline fun Int.forUntil(other: Int, block: (Int) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun ByteArray.zero(): <Error class: unknown class>