valueWasStablyComputed

abstract fun valueWasStablyComputed(): Boolean

Answer whether this variable is both a write-once variable and initialized from an expression which is stable – always produces the same value (modulo loading of modules) and has no side-effects.

Return

Whether the variable was initialized from a stable computation.