Skip to content

Commit 7073473

Browse files
Merge pull request #17 from pierrelgol/testing-branch
Formatted the CLI, Removed discussed functions Fixed styling, Added back test cases.
2 parents 05463d6 + 8d8e331 commit 7073473

2 files changed

Lines changed: 355 additions & 563 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ Mutable:
127127
copy - copy a given slice into the acquired slice
128128
fill - fills the acquired slice with a scalar value
129129
map - transforms every elment in the acquired slice with a given unary function
130-
replace - replaces slice, sequence, or any at left, right, periphery or all
131130
reverse - reverses the acquired slice
132131
rotate - rotates the array by both negative and positive amounts
133132
setAt - sets a given position with a provided value using index wrapping

0 commit comments

Comments
 (0)