[][src]Type Definition lipsum::Bigram

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

A bigram is simply two consecutive words.