Aardvark.Base.Incremental


VersionedSet<'a>

Constructors

ConstructorDescription
new(s)
Signature: s:ISet<'a> -> VersionedSet<'a>

Instance members

Instance memberDescription
Add(item)
Signature: item:'a -> bool
Clear()
Signature: unit -> unit
Contains(v)
Signature: v:'a -> bool
CopyTo(arr, index)
Signature: (arr:'a [] * index:int) -> unit
Count
Signature: int
ExceptWith(other)
Signature: other:IEnumerable<'a> -> unit
GetEnumerator()
Signature: unit -> IEnumerator<'a>
IntersectWith(other)
Signature: other:IEnumerable<'a> -> unit
IsProperSubsetOf(other)
Signature: other:IEnumerable<'a> -> bool
IsProperSupersetOf(other)
Signature: other:IEnumerable<'a> -> bool
IsReadOnly
Signature: bool
IsSubsetOf(other)
Signature: other:IEnumerable<'a> -> bool
IsSupersetOf(other)
Signature: other:IEnumerable<'a> -> bool
Overlaps(other)
Signature: other:IEnumerable<'a> -> bool
Remove(v)
Signature: v:'a -> bool
SetEquals(other)
Signature: other:IEnumerable<'a> -> bool
SymmetricExceptWith(other)
Signature: other:IEnumerable<'a> -> unit
UnionWith(other)
Signature: other:IEnumerable<'a> -> unit
Fork me on GitHub