map_from_integer_ring

Function map_from_integer_ring 

Source
pub fn map_from_integer_ring<I, R>(from: I, to: R, x: El<I>) -> El<R>
where I: RingStore, I::Type: IntegerRing, R: RingStore,
Available on crate feature unstable-enable only.
Expand description

ยงAvailability

This API is marked as unstable and is only available when the unstable-enable crate feature is enabled. This comes with no stability guarantees, and could be changed or removed at any time.