logo

Function sauron::prelude::ch

[]
pub fn ch<V>(v: V) -> String where
    V: Into<Value>, 
Expand description

Relative to the width of the “0” (zero)

Example:

use jss::units::*;

assert_eq!("10ch", ch(10));

MDN reference