Type Alias lipsum::Bigram

source ·
pub type Bigram<'a> = (&'a str, &'a str);
Expand description

A bigram is simply two consecutive words.