phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
bigram
nxt
ngram
Computes $(LUCKY Bi-Gram) of
range
.
@
safe
pure nothrow
auto
bigram
(
Kind
kind
=
Kind.saturated
Storage
storage
=
Storage.denseDynamic
Symmetry
symmetry
=
Symmetry.ordered
RequestedBinType
=
void
Range
)
(
in
Range
range
)
if
(
isIterable
!
Range
)
Meta
Source
See Implementation
nxt
ngram
aliases
Hist
bunigram
hist
unigram
enums
Kind
Storage
Symmetry
functions
bigram
bistogram
bistogramOverRepresentation
histogram
ngram
pengram
quagram
sparseUIntBigram
sparseUIntNGramOverRepresentation
sparseUIntQuagram
sparseUIntQuagramOverRepresentation
sparseUIntTrigram
trigram
structs
NGram
Computes $(LUCKY Bi-Gram) of range.