Type Definition lipsum::Bigram [] [src]

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

A bigram is simply two consecutive words.