dense bool maps that are shaped like minecraft chunks for no reason at all
This commit is contained in:
@@ -27,4 +27,7 @@ fun <T> MutableList<T>.removeLastInto(count: Int, dest: MutableList<T> = mutable
|
||||
}
|
||||
|
||||
fun <T> MutableList<T>.addFront(value: T) =
|
||||
add(0, value)
|
||||
add(0, value)
|
||||
|
||||
fun <T: Any> Iterable<T?>.countNotNull() =
|
||||
count { it != null }
|
Reference in New Issue
Block a user