pub struct I;
The imaginary unit. This struct is useful for copy-pasting matrix Debug output as code.
Debug
use faer_core::{c64, I}; let z = 1.0 + 2.0 * I; assert_eq!(z, c64::new(1.0, 2.0));
*
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U