Skip to main content

Module f_value_t

Module f_value_t 

Source
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.