public override get(): T {
if (this._isComputing && checkEnabled) {
// investigate why this fails in the diff editor!
throw new BugIndicatingError('Cyclic deriveds are not supported yet!');
}
if (this._observers.size === 0) {
let result;
// Without observers, we don't know when to clean up stuff.