struct NGram(ValueType, int N = 1, Kind kind = Kind.saturated, Storage storage = Storage.denseDynamic, Symmetry symmetry = Symmetry.ordered, RequestedBinType = void, Range)
const pure @
property @
trusted nothrow
static if(N >= 2 && storage != Storage.sparse)
shallowDenseness
if (
is(
RequestedBinType ==
void) ||
isUnsigned!RequestedBinType
||
isFloatingPoint!RequestedBinType
)