# Functions

Call calls the given function with the given params.
CallWithCtx calls the given function with the given context and params.
Retry retries the given function until it returns nil or max is reached.
Tap calls the given callback with the given value then returns the value.
ValueOf sets the value of dest to the value of src.
With calls the given callbacks with the given value then return the value.