Mehdi Haghgoo
07/26/2020, 10:44 AMval (a, b) = fun{}
Could someone tell me please what this usage is? Is this an assignment? Why is this crazy usage even legal?
Sorry I know Kotlin is great but it sometimes make me feel stupid 😞Milan Hruban
07/26/2020, 10:50 AMDavid Hernando
07/26/2020, 11:01 AMstate { DrawerState.Closed }
see https://developer.android.com/reference/kotlin/androidx/compose/package-summary#state
it grabs the type of the return in the init lambdaDavid Hernando
07/26/2020, 11:04 AMandylamax
07/26/2020, 11:05 AMMehdi Haghgoo
07/26/2020, 1:16 PMDavid Hernando
07/26/2020, 2:39 PMDavid Hernando
07/26/2020, 2:41 PMbrandonmcansh
07/26/2020, 9:08 PM