bamdmux
operator fun <T> Collection<T>.get(range: IntRange) = filterIndexed { index, _ -> index in range }