diff --git a/README.md b/README.md index 541114c..f6a805d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ However it does not and will never be able to support methods like ## Examples: ```rust +this is a diff // simply reverse an Array let rev_array: [_; 4] = [1, 3, 2, 7] .into_iter_fixed()