ResizableUsualOne<'T>
  Namespace: Yard.Generators.Common
  Parent Module: DataStructures
Record Fields
| Record Field | Description | 
| 
            first
          
            Signature: 'T Modifiers: mutable |     | 
| 
            other
          
            Signature: ResizeArray<'T> ref |     | 
Constructors
| Constructor | Description | 
| 
            new(f)
          
            Signature: f:'T -> ResizableUsualOne<'T> |     CompiledName:  | 
| 
            new(f, o)
          
            Signature: (f:'T * o:ResizeArray<'T> ref) -> ResizableUsualOne<'T> |     CompiledName:  | 
Instance members
| Instance member | Description | 
| 
            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 |     | 
 
  
          