Aardvark.Base.Incremental


AdaptiveSet<'a>

Constructors

ConstructorDescription
new()
Signature: unit -> AdaptiveSet<'a>
new(values)
Signature: (values:'a []) -> AdaptiveSet<'a>
new(content)
Signature: content:seq<'a> -> AdaptiveSet<'a>

Instance members

Instance memberDescription
Add(v)
Signature: v:'a -> bool
Count
Signature: int
Fork me on GitHub