static A getAndClear(IVar v) { A a = v!; v.set(null); ret a; }