return of debug token for auth; ability to disable haptic and set logging level; etc
This commit is contained in:
@@ -47,6 +47,8 @@ class ImmutableList<T>(val values: List<T>) : Iterable<T> {
|
||||
return single
|
||||
}
|
||||
|
||||
val size: Int get() = values.size
|
||||
|
||||
companion object {
|
||||
fun <T> copyOf(collection: Collection<T>): ImmutableList<T> =
|
||||
ImmutableList(collection.toList())
|
||||
|
||||
Reference in New Issue
Block a user