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

◆ BitHelper() [2/2]

System.Collections.Generic.BitHelper.BitHelper ( Span< int > span,
bool clear )
inlinepackage

Definition at line 7 of file BitHelper.cs.

8 {
9 if (clear)
10 {
11 span.Clear();
12 }
13 _span = span;
14 }
unsafe void Clear()
Definition Span.cs:198

References System.Collections.Generic.BitHelper._span, and System.Collections.Generic.Dictionary< TKey, TValue >.Clear().