Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public fields | Properties | Public Member Functions | List of all members
Loyc.Collections.Impl.SCell Struct Reference

Standard cell, used to encode keys in a CPSNode More...


Source file:

Remarks

Standard cell, used to encode keys in a CPSNode

Public fields

byte P
 
byte K0
 
byte K1
 
byte K2
 

Properties

byte NextFree [get, set]
 
byte PrevFree [get, set]
 
byte LengthOrK2 [get, set]
 
bool IsFree [get]
 

Public Member Functions

 SCell (byte p, byte k0, byte k1, byte k2)