You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FieldRef<object, ThingComp> and FieldRef<object, Gizmo_Slider> let
callsites drop the (ThingComp) and (Gizmo_Slider) casts. Only the
field generic needs to be compile-time known; the runtime Type arg
passed to FieldRefAccess stays dynamic.
Review feedback from rwmt#577.
0 commit comments