mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
added remnant
This commit is contained in:
parent
07daddb3f3
commit
8a283fea75
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue