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
The memory element has a capacity() and a len() method (I think memory.len() might be the appropriate equivalent to self.capacity), why is it necessary to have another struct element capacity in the struct Buffer? This seems like duplicate book-keeping to me, why is that necessary?
The
memory
element has acapacity()
and alen()
method (I thinkmemory.len()
might be the appropriate equivalent toself.capacity
), why is it necessary to have another struct elementcapacity
in thestruct Buffer
? This seems like duplicate book-keeping to me, why is that necessary?see also: example of reduction
The text was updated successfully, but these errors were encountered: