Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IntIsEmpty()

bool System.Text.RegularExpressions.RegexPrefixAnalyzer.IntIsEmpty ( )
inlineprivate

Definition at line 283 of file RegexPrefixAnalyzer.cs.

284 {
285 return _intStack.Length == 0;
286 }

Referenced by System.Text.RegularExpressions.RegexPrefixAnalyzer.RegexFCFromRegexTree().