NGram.incs

Saturated Increment x by one.

  1. T incs(T x)
  2. T incs(T x)
    struct NGram(ValueType, int N = 1, Kind kind = Kind.saturated, Storage storage = Storage.denseDynamic, Symmetry symmetry = Symmetry.ordered, RequestedBinType = void, Range)
    ref @safe nothrow
    T
    incs
    (
    T
    )
    (
    ref T x
    )
    if (
    isFloatingPoint!T
    )
    if (
    is(RequestedBinType == void) ||
    isUnsigned!RequestedBinType
    ||
    isFloatingPoint!RequestedBinType
    )

Meta