diff --git a/BeefLibs/corlib/src/Span.bf b/BeefLibs/corlib/src/Span.bf index 0b858785..2b2f9c36 100644 --- a/BeefLibs/corlib/src/Span.bf +++ b/BeefLibs/corlib/src/Span.bf @@ -3,7 +3,7 @@ using System.Collections; namespace System { - struct Span + struct Span : IEnumerable { protected T* mPtr; protected int mLength;