Aardvark.Base.Incremental


corderedset<'a>

Constructors

ConstructorDescription
new()
Signature: unit -> corderedset<'a>

Instance members

Instance memberDescription
Add(value)
Signature: value:'a -> bool
AddRange(values)
Signature: values:seq<'a> -> unit
Clear()
Signature: unit -> unit
Count
Signature: int
InsertAfter(anchor, values)
Signature: (anchor:'a * values:seq<'a>) -> unit
InsertAfter(anchor, value)
Signature: (anchor:'a * value:'a) -> bool
InsertBefore(anchor, values)
Signature: (anchor:'a * values:seq<'a>) -> unit
InsertBefore(anchor, value)
Signature: (anchor:'a * value:'a) -> bool
Remove(value)
Signature: value:'a -> bool
Fork me on GitHub