Ejemplo n.º 1
0
 public static function fromPairs($pairs)
 {
     return new self(a::fromPairs(self::unwrap($pairs)));
 }