package co.electriccoin.zcash.ui.common fun List.first(count: Int) = subList(0, minOf(size, count))