internal void Update <T>(ref T t) { Value = Struct.GetValue(t); Address = Struct.GetAddress(ref t); Conditions.AssertDebug(Value == Address.ReadAny(Value.GetType())); }