(self: ReadonlyArray<A>)
| 1132 | * wrapper). |
| 1133 | * |
| 1134 | * **When to use** |
| 1135 | * |
| 1136 | * Use to get the last element without `Option` wrapping when the array is known |
| 1137 | * to be non-empty. |
| 1138 | * |
nothing calls this directly
no test coverage detected
searching dependent graphs…