Tag: higher order function

  • Anonymous and Higher Order Functions

    Anonymous and Higher Order Functions

    Discover the magic behind anonymous functions in Kotlin. Learn how to create them, use the “it” keyword, and simplify your code with implicit returns. Dive into the world of type inference, explore clever tricks like the underscore for unused variables, and grasp the concept of higher-order functions. Join me on this exciting journey of mastering…