Home
last modified time | relevance | path

Searched defs:HexDigit (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts97 type HexDigit = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' |'8' | '9' | 'A' | 'B' | 'C' | 'D' | … alias
/third_party/rust/crates/nom/src/
Derror.rs384 HexDigit, enumerator