Closed Y0SH1M4S73R closed 2 years ago
Since raw_types::values::Value implements Copy and Clone, and f32 is a primitive which inherently derives those traits, I see no reason as to why WeakValue shouldn't derive them too. This makes working with them significantly easier.
raw_types::values::Value
Copy
Clone
f32
WeakValue
Since
raw_types::values::Value
implementsCopy
andClone
, andf32
is a primitive which inherently derives those traits, I see no reason as to whyWeakValue
shouldn't derive them too. This makes working with them significantly easier.