GapWeightedSimilarityIncremental.front

struct GapWeightedSimilarityIncremental(Range, F = double)
@property
F
front
()
if (
hasLength!(Range)
)

Return Value

Type: F

The gapped similarity at the current match length (initially 1, grows with each call to popFront).

Meta