pub type numeric = f64;Available on crate features
public-by-default-even-public-all-is-not-set and public-all only.Expand description
Trait Implementations§
Source§impl RType for numeric
impl RType for numeric
Source§unsafe fn from(s: impl AsRef<[<Self as RType>::Data]>) -> SEXPwhere
Self: RTypeFrom,
unsafe fn from(s: impl AsRef<[<Self as RType>::Data]>) -> SEXPwhere
Self: RTypeFrom,
Create a R copy from Rust object. Read more