I came across this lambda syntax - NavGraphBuilder.() -> Unit and it turns out it is called Function Literal with Receiver, which is also known as Lambda/Anonymous Function with Receiver. The syntax looks like this: Receiver.(Parameters) → ReturnTyp...
vtsen.hashnode.dev3 min read
No responses yet.