pub const fn parse_dim(s: &str) -> Option<f64>
Parse a dimension string, returning None if there is an error.
None
See parse_dim_diagnostic for information on how to handle errors.
parse_dim_diagnostic