You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RandomAccessible mixin provides all methods of Array.
EOS
s.description = <<EOS
RandomAccessible mixin provides all methods of Array (regard as high-functioning edition of Enumerable).
As a class includes Enumerable must provide "each" method, a class includes RandomAccessible must have some methods. (please see the document for detail).