Expand description
FValue<T>::operator T() const — reads the flag’s current value. Reference:
luau/Common/include/Luau/Common.h (LUAU_FORCEINLINE operator T()).
Modelled as get() rather than a From/Deref conversion: the value lives
behind UnsafeCell (so a static flag stays mutable), so it is returned by
copy, not by reference.