Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.BitHelper Struct Reference

Package Functions

 BitHelper (Span< int > span, bool clear)
 
void MarkBit (int bitPosition)
 
bool IsMarked (int bitPosition)
 
 BitHelper (Span< int > span, bool clear)
 
void MarkBit (int bitPosition)
 
bool IsMarked (int bitPosition)
 

Static Package Functions

static int ToIntArrayLength (int n)
 
static int ToIntArrayLength (int n)
 

Private Attributes

readonly Span< int > _span
 

Detailed Description

Definition at line 3 of file BitHelper.cs.


The documentation for this struct was generated from the following files: