YaccConstructor


ResizableUsualOne<'T>

Namespace: Yard.Generators.Common
Parent Module: DataStructures

Record Fields

Record FieldDescription
first
Signature: 'T
Modifiers: mutable
other
Signature: ResizeArray<'T> ref

Constructors

ConstructorDescription
new(f)
Signature: f:'T -> ResizableUsualOne<'T>

CompiledName: .ctor

new(f, o)
Signature: (f:'T * o:ResizeArray<'T> ref) -> ResizableUsualOne<'T>

CompiledName: .ctor

Instance members

Instance memberDescription
Add(x)
Signature: x:'T -> unit
DoForAll(f)
Signature: (f:('T -> unit)) -> unit
Length()
Signature: unit -> int
TryFind(f)
Signature: (f:('T -> bool)) -> 'T option
Fork me on GitHub