Function lazy_bind

  • Parameters

    • func: any
    • lazy_this_value: any

    Returns any

    Stability

    4 - locked

    Binds the this value of a function lazily.

    Takes in a lazy_this_value function that returns the this value to be used.

Generated using TypeDoc