• Returns a string containing a binary representation of the given function, so that a later load on this string returns a copy of the function (but with new upvalues).

    Parameters

    • func: Function

    Returns string

Generated using TypeDoc