# this is only a dummy module, the code is defined in bit.cpp
# do not run shedskin on this file
# but place bit.cpp and bit.hpp in shedskin's lib/ directory

def nextset(vec, pos):
	return 42
def nextunset(vec, pos):
	return 42
