ResizableUsualFive<'T>
Namespace: Yard.Generators.Common
Parent Module: DataStructures
Record Fields
Constructors
Constructor | Description |
new(f)
Signature: f:'T -> ResizableUsualFive<'T>
|
CompiledName: |
Instance members
Instance member | Description |
Add(x)
Signature: x:'T -> unit
|
|
Eq(o)
Signature: o:ResizableUsualFive<'T> -> bool
|
|
TryFind(f)
Signature: (f:('T -> bool)) -> 'T option
|