class Regexp::Expression::EscapeSequence::CodepointList

def match_length

def match_length
  MatchLength.new(self, base: codepoints.count)
end