UsualOne<'T>
Namespace: Yard.Generators.Common
Parent Module: DataStructures
Record Fields
Record Field | Description |
first
Signature: 'T
Modifiers: mutable |
|
other
Signature: 'T []
Modifiers: mutable |
Constructors
Constructor | Description |
new(f, o)
Signature: (f:'T * o:'T []) -> UsualOne<'T>
|
CompiledName: |
Instance members
Instance member | Description |
DoForAll(f)
Signature: (f:('T -> unit)) -> unit
|