https://twitter.com/kotlin/status/1262676978223779840
You can take the first N elements of a list by using 'take', or the last N elements by using 'takeLast'. Conversely, 'drop' and 'dropLast' will take all but the first N / all but the last N elements, respectively. #KotlinTips https://t.co/u3qqREnJqx
Twitter