kotlin-stdlib
Kotlin Standard Library
The Kotlin Standard Library provides living essentials for everyday work with Kotlin. These include:
Higher-order functions implementing idiomatic patterns (let, apply, kotlin.io.use, kotlin.synchronized, etc).
Extension functions providing querying operations for collections (eager) and sequences (lazy).
Various utilities for working with strings and char sequences.
Extensions for JDK classes making it convenient to work with files, IO, and threading.
Kotlin Standard Library
The Kotlin Standard Library provides living essentials for everyday work with Kotlin. These include:
Higher-order functions implementing idiomatic patterns (let, apply, kotlin.io.use, synchronized, etc).
Extension functions providing querying operations for collections (eager) and sequences (lazy).
Various utilities for working with strings and char sequences.
Extensions for JDK classes making it convenient to work with files, IO, and threading.
Kotlin Standard Library
The Kotlin Standard Library provides living essentials for everyday work with Kotlin. These include:
Higher-order functions implementing idiomatic patterns (let, apply, use, synchronized, etc).
Extension functions providing querying operations for collections (eager) and sequences (lazy).
Various utilities for working with strings and char sequences.
Extensions for JDK classes making it convenient to work with files, IO, and threading.
Kotlin Standard Library
The Kotlin Standard Library provides living essentials for everyday work with Kotlin. These include:
Higher-order functions implementing idiomatic patterns (let, apply, use, synchronized, etc).
Extension functions providing querying operations for collections (eager) and sequences (lazy).
Various utilities for working with strings and char sequences.
Extensions for JDK classes making it convenient to work with files, IO, and threading.
Kotlin Standard Library
The Kotlin Standard Library provides living essentials for everyday work with Kotlin. These include:
Higher-order functions implementing idiomatic patterns (let, apply, use, synchronized, etc).
Extension functions providing querying operations for collections (eager) and sequences (lazy).
Various utilities for working with strings and char sequences.
Extensions for JDK classes making it convenient to work with files, IO, and threading.
Packages
Collection types, such as Iterable, Collection, List, Set, Map and related top-level and extension functions.
Sequence type that represents lazily evaluated collections. Top-level functions for instantiating sequences and extension functions for sequences.
Utility functions for working with Java 8 streams.
Kotlin JavaScript wrappers for the W3C fetch API.
Kotlin JavaScript wrappers for the W3C file API.
Kotlin JavaScript wrappers for the Web Notifications API.
Kotlin JavaScript wrappers for the Navigation Timing API.
Kotlin JavaScript wrappers for the Web Workers API.
Kotlin JavaScript wrappers for the XMLHttpRequest API.