NGram.put

Put NGram Elements range in this.

  1. NGram put(ValueType[N] ng)
  2. NGram put(T range)
    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
    put
    (
    T
    )
    (
    in T range
    )
    if (
    isIterable!T
    )
    if (
    is(RequestedBinType == void) ||
    isUnsigned!RequestedBinType
    ||
    isFloatingPoint!RequestedBinType
    )

Meta