Skip to main content

mask

Function mask 

Source
pub fn mask(s: &str, mask_char: char, index: usize) -> String
Expand description

Mask characters from index onward with the given character.