NGram.BinType

Determine Bin (Counter) Type.

  1. alias BinType = bool
    struct NGram(ValueType, int N = 1, Kind kind = Kind.saturated, Storage storage = Storage.denseDynamic, Symmetry symmetry = Symmetry.ordered, RequestedBinType = void, Range)
    static if(isBinary)
    alias BinType = bool
  2. alias BinType = uint64_t
  3. alias BinType = RequestedBinType

Meta