Example #1
0
 /**
  * @param Codepoint\Range\Collection $ranges
  * @return CodepointAssigned[]
  */
 private function getByCodepointRanges(Codepoint\Range\Collection $ranges)
 {
     return $this->getByCodepoints($ranges->expand());
 }