1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/pkg/stdlib/arrays
3timeslazy f91fbf6f8c Feature/#95 deepclone (#101)
* rename method Clone to Copy

* added Cloneable interface

* added Value to Cloneable interface

* implemented Cloneable intefrace by array

* implemented Cloneable interface by Object

* unit tests for Object.Clone

* move core.IsCloneable to value.go

* change Clone function

* move IsClonable to package values
2018-10-12 11:58:08 -04:00
..
append_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
append.go Feature/#33 wait class function (#63) 2018-10-06 22:33:39 -04:00
first_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
first.go Feature/#33 wait class function (#63) 2018-10-06 22:33:39 -04:00
flatten_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
flatten.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
intersection_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
intersection.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
last_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
last.go Feature/#33 wait class function (#63) 2018-10-06 22:33:39 -04:00
lib.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
minus_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
minus.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
nth_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
nth.go Feature/#33 wait class function (#63) 2018-10-06 22:33:39 -04:00
outersection_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
outersection.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
pop_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
pop.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
position_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
position.go Feature/#33 wait class function (#63) 2018-10-06 22:33:39 -04:00
push_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
push.go Feature/#33 wait class function (#63) 2018-10-06 22:33:39 -04:00
remove_nth_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
remove_nth.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
remove_value_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
remove_value.go Feature/#33 wait class function (#63) 2018-10-06 22:33:39 -04:00
remove_values_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
remove_values.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
reverse_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
reverse.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
shift_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
shift.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
slice_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
slice.go Feature/#33 wait class function (#63) 2018-10-06 22:33:39 -04:00
sorted_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
sorted_unique_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
sorted_unique.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
sorted.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
union_distinct_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
union_distinct.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
union_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
union.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
unique_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
unique.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
unshift_test.go Feature/#9 array functions (#57) 2018-10-05 21:27:34 -04:00
unshift.go Feature/#95 deepclone (#101) 2018-10-12 11:58:08 -04:00