How to chunk a list in specific value?
Ex: split where current value is 5
val x = listOf(1,2,3,4,5,2,3,1,4,5,4,3,2,1,5)