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
Implementing .NET's IEnumerator requires boilerplate, some of which cannot be expressed in ghul (explicit implementation of non-generic IEnumerator Current property) and the remainder of which is superfluous for normal iterators (IDisposable)
Need a mechanism for auto-generating stubs for these methods for implementers of Iterator[T] to satisfy the .NET runtime.
The text was updated successfully, but these errors were encountered:
Implementing .NET's IEnumerator requires boilerplate, some of which cannot be expressed in ghul (explicit implementation of non-generic IEnumerator Current property) and the remainder of which is superfluous for normal iterators (IDisposable)
Need a mechanism for auto-generating stubs for these methods for implementers of Iterator[T] to satisfy the .NET runtime.
The text was updated successfully, but these errors were encountered: