thx.core
thx.core copied to clipboard
readme, no Set.create function
The readme gives an example usage of Set: Set.create(), but that gives me an error, "thx.Set has no field create". I looked instead at http://thx-lib.org/api/thx/Set.html and found Set.createInt(), Set.createString(), etc., which worked for me.
I also tried the other example from the readme:
var s : Set<Int> = [1,2,3,1];
but it gave this error:
Array<Int> should be thx.Set<Int>
This is using Haxe 4 rc3 targetting HashLink 1.9.