Jens Geyer created THRIFT-5742:
----------------------------------
Summary: Add addRange() function to Set helpers to support adding
data from arbitrary enumerable containers
Key: THRIFT-5742
URL: https://issues.apache.org/jira/browse/THRIFT-5742
Project: Thrift
Issue Type: Improvement
Components: Haxe - Library
Reporter: Jens Geyer
Assignee: Jens Geyer
The CTORs of all Set helper classes are expecting an array.
This is rather cumbersome in some cases, because
* not all containers do support an toArray() method
* converting lots of data to some intermediate array only for that purpose is
not very efficient
--
This message was sent by Atlassian Jira
(v8.20.10#820010)