MCPcopy Create free account
hub / github.com/davidblewett/rure-python / next

Method next

regex/regex-syntax/src/unicode.rs:38–40  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

36 type Item = char;
37
38 fn next(&mut self) -> Option<char> {
39 self.0.next().map(|c| *c)
40 }
41}
42
43/// Return an iterator over the equivalence class of simple case mappings

Callers

nothing calls this directly

Calls 2

mapMethod · 0.80
is_emptyMethod · 0.45

Tested by

no test coverage detected