NGram.matchDenser

Scalar (Dot) Product Match this with rhs.

struct NGram(ValueType, int N = 1, Kind kind = Kind.saturated, Storage storage = Storage.denseDynamic, Symmetry symmetry = Symmetry.ordered, RequestedBinType = void, Range)
const @trusted pure
CommonType!(ulong, BinType)
matchDenser
(
rhsValueType
Kind rhsKind = Kind.saturated
RhsRange
)
(
in NGram!(rhsValueType, N, rhsKind, rhsStorage, symmetry, RequestedBinType, RhsRange) rhs
)
if (
is(RequestedBinType == void) ||
isUnsigned!RequestedBinType
||
isFloatingPoint!RequestedBinType
)

Meta