Package-level declarations

Types

Link copied to clipboard
open class CharProgression : Iterable<T>
Link copied to clipboard
Link copied to clipboard
Allows a Feather for loop to iterate over CharSequences (which includes Strings).
Link copied to clipboard
class Duo<F, S>
A class that hold two values, the first of generic type F, the second of generic type S.
Link copied to clipboard
open class Extensions
Link copied to clipboard
open class IntProgression : Iterable<T>
Link copied to clipboard
Link copied to clipboard
open class LongProgression : Iterable<T>
Link copied to clipboard
Link copied to clipboard
open class Print
Link copied to clipboard
open class System
A version of java.reflect.System, which excludes fields/methods which could be considered dangerous.