Deref for the Wide* types?
Open
- Dominant language
- Rust
- Stars
- 347
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
Could the `Wide*` types (`WideF32x4`, `WideBoolF32x4`, etc...) implement the [`Deref` trait](https://doc.rust-lang.org/std/ops/trait.Deref.html)? That way the types would support [deref coercion](https://doc.rust-lang.org/std/ops/trait.Deref.html#deref-coercion) to their inner `wide` type and usage in a lot of context would be more ergonomic.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.