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
Link copied to clipboard
Link copied to clipboard
inline fun <T> Iterable<T>.forEachCatching(action: (T) -> Unit): Iterable<Throwable>
Link copied to clipboard
inline fun Int.forUntil(other: Int, block: (Int) -> Unit)
Link copied to clipboard
fun loadEmbeddedLibrary(loader: ClassLoader, parentDirectory: String, name: String)
Link copied to clipboard
fun loadLibrary(loader: ClassLoader, parentDirectory: String, name: String)
Link copied to clipboard
operator fun <L, R> Array<L>.times(other: Array<R>): Iterable<Pair<L, R>>
operator fun <L, R> Array<L>.times(other: Iterable<R>): Iterable<Pair<L, R>>
operator fun <L, R> Iterable<L>.times(other: Array<R>): Iterable<Pair<L, R>>
operator fun <L, R> Iterable<L>.times(other: Iterable<R>): Iterable<Pair<L, R>>