MCPcopy Create free account
hub / github.com/douchuan/algorithm / Alphabet

Class Alphabet

src/strings/alphabet.rs:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46declare!(UNICODE16, 65535);
47
48pub struct Alphabet {
49 alphabet: Vec<char>,
50 inverse: Vec<i32>,
51 radix: usize,
52}
53
54impl TryFrom<&str> for Alphabet {
55 type Error = String;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected