<@U1DCM39JR>: Infix is between two values, inline ...
# announcements
j
@supaham: Infix is between two values, inline is place this functions code in the callsite e.g. infix:
Copy code
2 plus 3
plus is declared as
infix operator fun plus(other: Int): Int