Binds a function to a specific caller object, caching the bound function for reuse.
Multiple calls with the same function and caller will return the same bound function.
The function to bind.
The object to bind the function to.
The bound function.
Binds a function to a specific caller object, caching the bound function for reuse.
Multiple calls with the same function and caller will return the same bound function.