qfall / math

Library providing mathematical basics in Rust. The library is based on FLINT.
Mozilla Public License 2.0
20 stars 2 forks source link

From for owned types #417

Closed Marcel583 closed 1 month ago

Marcel583 commented 1 month ago

Description

This PR implements the From trait for owned types, whereas we only had the implementation for borrowed ones. It also implements the From trait for every type from its borrowed variant.

Testing

Checklist: