[Feature] impl `UintTryTo<BITS_TARGET, LIMBS_TARGET> for Signed<BITS, LIMBS>`
Đang mở
enhancement
- Ngôn ngữ chính
- Rust
- Star
- 966
- Fork
- 274
- Merge trung bình
- 1 ngày 21 giờ
- Pull request đã merge (30 ngày)
- 15
Mô tả
### Component
primitives
### Describe the feature you would like
Although the trait name is a bit misleading, `UintTryFrom` is implemented for `Signed` which allows you to use `Signed::from::()`.
Similarly, if `UintTryTo` is impl'd for `Signed`, it will enable us to use `Signed::to::()`. See https://docs.rs/alloy/latest/alloy/primitives/struct.Signed.html#method.to.
### Additional context
_No response_
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.