A bitmap struct realize by golang.
The bitmap structure is use bit to store unrepeated numbers.
In this package bitmap will use []int store numbers, it can be used in 32bit or 64bit environment.
The Map interface is used to store numbers and find whether exists.
The SortMap interface is used to sort numbers.
