Does the current system permit racy accesses to the value of type T stored in this atomic?
This is typically true for ref values and for small primitive types such as `i32`, `f64`, etc. while this is typically not the case for more complex types such as `point(x,y i64)`.
0.095dev (2026-02-20 12:42:29 GIT hash dbcc3e4b3d2a59f66230b482cff8f0b018178d77 built by fridi@fzen)
stored in this atomic?
This is typically true for ref values and for small primitive types
such as `i32`, `f64`, etc. while this is typically not the case for
more complex types such as `point(x,y i64)`.