sexprs_data_structures/value/
float.rs

1use crate::impl_number_type;
2impl_number_type!(f64, Float, AsFloat, as_float);