(self: Iterable<A>)
| 1185 | /** |
| 1186 | * Returns all elements except the first of a `NonEmptyReadonlyArray`. |
| 1187 | * |
| 1188 | * **When to use** |
| 1189 | * |
| 1190 | * Use to get all elements after the first when the array is known to be non-empty. |
| 1191 | * |
| 1192 | * **Example** (Getting the tail of a non-empty array) |
| 1193 | * |
nothing calls this directly
no test coverage detected
searching dependent graphs…