I'm trying to create my read-only Array data structure, and I really like the idea of providing move options with the Enumerable class, but I can't find the requirements for it. In some examples that I looked, the C implementation is looking for the #each method, but it seems to me that this is not enough.
source share