doNothing function since v0.2 ¶
No-op function - does nothing at all, and returns nothing at all. Intended for use as a destructor when no destruction is needed.
(...any) -> ()
Parameters¶
...
- Any objects.
Example Usage¶
local foo = Computed(function()
return workspace.Part
end, Fusion.doNothing)