Binds the this value of a function lazily.
this
Takes in a lazy_this_value function that returns the this value to be used.
lazy_this_value
Generated using TypeDoc
Binds the
this
value of a function lazily.Takes in a
lazy_this_value
function that returns thethis
value to be used.