Beef Corlib
|
Public Member Functions | |
StringSplitEnumerator (char8 *ptr, int strLength, Span< char8 > separators, int count, StringSplitOptions splitOptions) | |
StringSplitEnumerator (char8 *ptr, int strLength, char8 separator, int count, StringSplitOptions splitOptions) | |
bool | MoveNext () |
void | Reset () |
void | Dispose () |
Result< StringView > | GetNext () |
![]() | |
Result< T > | GetNext () |
Properties | |
StringView | Current [get] |
int_strsize | Pos [get] |
int_strsize | MatchPos [get] |
int32 | MatchIndex [get] |
bool | HasMore [get] |
StringView | Remnant [get] |
char8 | Separator [get] |