Skip to content

Commit

Permalink
#2716: Removed commentary that this is faster
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Feb 27, 2024
1 parent a04823d commit f764cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/eo/org/eolang/tuple.eo
Expand Up @@ -57,7 +57,7 @@
index.lt 0
index.gte len
error "Given index is out of tuple bounds"
^.at.at-without-checks index
at-without-checks index

# Takes element from the tuple without checking i.
# i must be less than length and greater or equal 0.
Expand Down

0 comments on commit f764cea

Please sign in to comment.