Ejemplo n.º 1
0
 public function pick($keys)
 {
     return new self(a::pick($this->value, self::unwrap($keys)));
 }