( self: NonEmptyReadonlyArray<A> )
| 1056 | * Returns the first element of an array safely wrapped in `Option.some`, or |
| 1057 | * `Option.none` if the array is empty. |
| 1058 | * |
| 1059 | * **When to use** |
| 1060 | * |
| 1061 | * Use to safely get the first element of an array that may be empty. |
| 1062 | * |
| 1063 | * **Example** (Getting the first element) |
nothing calls this directly
no test coverage detected
searching dependent graphs…