package python
Available on python
new(?iterable:NativeIterable<T>)new(?array:Array<T>)read onlylength:Intadd(elem:T):Voidclear():Voidcopy():Set<T>difference(other:Set<T>, others:Rest<Set<T>>):Set<T>difference_update(other:Set<T>, others:Rest<Set<T>>):Set<T>discard(elem:T):Voidinlinehas(v:T):Boolintersection(other:Set<T>, others:Rest<Set<T>>):Set<T>intersection_update(other:Set<T>, others:Rest<Set<T>>):Set<T>isdisjoint(other:Set<T>):Boolissubset(other:Set<T>):Boolinlineissubset_proper(other:Set<T>):Boolissuperset(other:Set<T>):Boolinlineissuperset_proper(other:Set<T>):Boolinlineiter():NativeIterator<T>inlineiterator():Iterator<T>pop():Tremove(elem:T):Voidsymmetric_difference(other:Set<T>):Set<T>symmetric_difference_update(other:Set<T>):Set<T>union(other:Set<T>, others:Rest<Set<T>>):Set<T>update(other:Set<T>, others:Rest<Set<T>>):Set<T>
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/Set.html