struct NGram(ValueType, int N = 1, Kind kind = Kind.saturated, Storage storage = Storage.denseDynamic, Symmetry symmetry = Symmetry.ordered, RequestedBinType = void, Range)
const @trusted pure
opBinary
(
string op
string file = __FILE__
int line = __LINE__
)
if (
is(
RequestedBinType ==
void) ||
isUnsigned!RequestedBinType
||
isFloatingPoint!RequestedBinType
)