Constructs a set object of the specified type, optionally with the specified data.
string $setType The type or class name associated with this set.:
array<array-key, T> $data The initial items to store in the set.:
Overrides AbstractArray::__construct
public function __construct(string $setType, array $data = []) { parent::__construct($data); }