operator & method

SequenceMatcher operator &(
  1. Matcher second
)

Implementation

SequenceMatcher operator &(Matcher second) => SequenceMatcher([this, second]);