Aardvark.Base.Incremental


VolatileCollectionStrong<'a>

Constructors

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

Instance members

Instance memberDescription
Add(value)
Signature: value:'a -> bool
Consume(length)
Signature: length:byref<int> -> 'a array
IsEmpty
Signature: bool
Remove(value)
Signature: value:'a -> bool
Fork me on GitHub