Type Definition lipsum::Bigram[][src]

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

A bigram is simply two consecutive words.