Package-level declarations

Types

Link copied to clipboard
data class Cluster<T : Any>(val identifier: Int, val blocks: List<Cluster.Block<T>>) : Rectangle
Link copied to clipboard
data class ImmutablePoint(val x: Int, val y: Int)
Link copied to clipboard
interface Rectangle