Skip to main content

Words

Type Alias Words 

Source
pub type Words<'a> = &'a [&'a str];
Expand description

A name: the words it is made of, in order.

Spelling is not part of a name. An interpretation joins these words however it spells names, so the same term reads displayName in one and display_name in another without either re-segmenting anything — which is what makes the spelling exact rather than a conversion’s guess.