Constructor | Description |
|
|
Instance member | Description |
|
|
Full Usage:
this.Choose
Returns: 'T
|
|
Full Usage:
this.Comparer
Returns: 'ComparerTag
|
|
|
|
Full Usage:
this.ComputeHashCode()
Returns: int
|
|
Full Usage:
this.Contains(x)
Parameters:
'T
Returns: bool
|
|
Full Usage:
this.Exists(f)
Parameters:
'T -> bool
Returns: bool
|
|
|
|
Full Usage:
this.Fold(f) (x)
Parameters:
'T -> 'a -> 'a
x : 'a
Returns: 'a
|
|
Full Usage:
this.ForAll(f)
Parameters:
'T -> bool
Returns: bool
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
|
|
|
|
Full Usage:
this.Iterate(x)
Parameters:
'T -> unit
|
|
Full Usage:
this.MaximumElement
Returns: 'T
|
|
Full Usage:
this.MinimumElement
Returns: 'T
|
|
|
|
|
|
Full Usage:
this.ToArray()
Returns: 'T[]
|
|
Full Usage:
this.ToList()
Returns: 'T list
|
|
|
Static member | Description |
|
|
|
|
|
|
Full Usage:
Set.Create(comparer, l)
Parameters:
'ComparerTag
l : seq<'T>
Returns: Set<'T, 'ComparerTag>
|
|
|
|
|
|
|
|
|
|
Full Usage:
Set.Singleton(comparer, x)
Parameters:
'ComparerTag
x : 'T
Returns: Set<'T, 'ComparerTag>
|
|
|
|