NGram.inc

Increase bin of ng. Bin of ng must already be allocated if its stored in a map.

struct NGram(ValueType, int N = 1, Kind kind = Kind.saturated, Storage storage = Storage.denseDynamic, Symmetry symmetry = Symmetry.ordered, RequestedBinType = void, Range)
ref @safe pure nothrow
static if(kind == Kind.saturated)
inc
(
ValueType[N] ng
)
if (
is(RequestedBinType == void) ||
isUnsigned!RequestedBinType
||
isFloatingPoint!RequestedBinType
)

Meta