NGram.BinType

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

Meta