package sets func Space() (dict []int) { dict = append(dict, ' ') return }