Docs example unclear
Esqarrouth opened this issue · 3 comments
Esqarrouth commented
"I really wonder why someone would prefer array.get(1) over array[1]. (1st example in Readme)"
Read this in reddit, should make the benefits more clear
piv199 commented
Are there any array[safe: 1]
or array.safe[1]
? This would really be better than array.get(at: 1)
:)