Companion

object Companion

Properties

Link copied to clipboard

Answer the number of lexically captured variables or constants held by this function.

Functions

Link copied to clipboard

An outer variable or constant of this function has been used for the last time. Replace it with nil if the function is mutable, and answer true. If the function is immutable then something besides the Interpreter or a fiber's chain of A_Continuations might be referring to it, so answer false.