Ayfri
10/04/2021, 8:49 PMinfix functions are useful ?hho
10/04/2021, 9:27 PMhho
10/04/2021, 9:31 PMuntil is an infix function in the standard library to create a `Range`: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/until.htmlephemient
10/04/2021, 10:36 PMto), range (until, downTo, step), collection/array (zip, union, subtract, intersect, contentEquals, contentDeepEquals), comparator (then), bitwise (and, or, xor, shl, shr, ushr)ephemient
10/04/2021, 10:37 PMAyfri
10/05/2021, 11:22 AMephemient
10/09/2021, 10:10 AM