tipsy
IntStream.of(*(0..10).toList().toIntArray()).parallel().forEach { }
(0..10).toList().parallelStream().forEach { }