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 variants #413

Closed Marcel583 closed 2 months ago

Marcel583 commented 2 months ago

Description

This PR implements the From trait for owned values for which we only have the From trait for borrowed values implemented. It also implements the From trait for the borrowed version of itself to its owned.

Testing

Checklist: