( self: NonEmptyReadonlyArray<A> )
| 1023 | * |
| 1024 | * @see {@link unappend} for splitting a non-empty array into init and last |
| 1025 | * @see {@link headNonEmpty} for getting only the first element |
| 1026 | * @see {@link tailNonEmpty} for getting only the elements after the first |
| 1027 | * |
| 1028 | * @category splitting |
| 1029 | * @since 2.0.0 |
| 1030 | */ |
nothing calls this directly
no test coverage detected
searching dependent graphs…