fn has_glyph()

in src/wit.rs [12:14]


    fn has_glyph(&self, c: char) -> bool {
        self.has_glyph(c)
    }