[x..y]がよく[x,y]に間違って、意味全然違うので注意する必要がある
arr = [1,2,3,4,5,6]
arr[1..2]
arr[1,2]
Go to list of users who liked
More than 5 years have passed since last update.
[x..y]がよく[x,y]に間違って、意味全然違うので注意する必要がある
arr = [1,2,3,4,5,6]
arr[1..2]
arr[1,2]
Register as a new user and use Qiita more conveniently
Go to list of users who liked