public static string ToString(BitVector64 value) { return(value.ToString()); }
public BitVector64(BitVector64 value) { _data = value._data; }