public class Bit {
public static int nth_lsf ( ulong mask,
int nth_bit ) ;
public static int nth_msf ( ulong mask,
int nth_bit ) ;
public static uint storage ( ulong number ) ;
}

public static int nth_lsf ( ulong mask,
int nth_bit ) ;
public static int nth_msf ( ulong mask,
int nth_bit ) ;
public static uint storage ( ulong number ) ;
Created by Valadoc