Ejemplo n.º 1
0
 private static int TagToArrIdx(Tag tag)
 {
     return(BitUtils.BitPosition((uint)tag));
 }