(self: Iterable<A>)
| 1240 | /** |
| 1241 | * Returns all elements except the last of a `NonEmptyReadonlyArray`. |
| 1242 | * |
| 1243 | * **When to use** |
| 1244 | * |
| 1245 | * Use to get all elements before the last when the array is known to be non-empty. |
| 1246 | * |
| 1247 | * **Example** (Getting init of a non-empty array) |
| 1248 | * |
nothing calls this directly
no test coverage detected
searching dependent graphs…