NonEmptyList<'value>Union
PackageReified.Refinements
A list that contains at least one item.
Specification
ToListSignature
this.ToList
NonEmptySignature
NonEmpty(head, tail)
Summary
| Name | Signature | Synopsis |
|---|
| ToList | this.ToList | Returns the refined value as a standard list. |
| Head | this.Head | Returns the first item. |
| Tail | this.Tail | Returns the remaining items. |
| NonEmpty | NonEmpty(head, tail) | No description available. |
Returns the refined value as a standard list.
Returns the remaining items.
NonEmpty(head, tail)
MemberParameters
| Name | Type | Description |
|---|
| head | 'value | |
| tail | 'value list | |