Hi, they are in the repository in the same folder. I think that the better
way to use it is like so:

var list:DataList = DataList.fromArray([1, 2, 3], int);
or
var list:DataList = DataList.fromVector(new <int>[1, 2, 3]);

Reply via email to