Closed a2aaron closed 3 years ago
Currently AtomicFloat only implement Default, but it would be nice for it to implement Debug and From<f32> since this makes it compose nicer with other types.
AtomicFloat
Default
Debug
From<f32>
Currently
AtomicFloat
only implementDefault
, but it would be nice for it to implementDebug
andFrom<f32>
since this makes it compose nicer with other types.