1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00

added remnant

This commit is contained in:
Booklordofthedings 2023-11-27 17:02:48 +01:00
parent 07daddb3f3
commit 8a283fea75

View file

@ -3114,6 +3114,14 @@ namespace System
} }
} }
public StringView Remnant
{
get
{
return .(mPtr + mMatchPos + 1, mStrLen - mMatchPos);
}
}
public bool MoveNext() mut public bool MoveNext() mut
{ {
if (mCurCount >= mMaxCount) if (mCurCount >= mMaxCount)