package cash.z.ecc.ui.common fun List.first(count: Int) = subList(0, minOf(size, count))