將二進位整數中第 1 位為 1 的位元所對應的十進位值轉換為清單
func BitwiseIntToList(value int) List<int> go
func BitwiseIntToList(value int) List<int>