pub fn subscript<I>(i: I) -> Stringwhere
I: ToPrimitive,Expand description
Render an integer as Unicode subscript digits (₀..₉, with ₋ for negatives).
pub fn subscript<I>(i: I) -> Stringwhere
I: ToPrimitive,Render an integer as Unicode subscript digits (₀..₉, with ₋ for negatives).