Introduction collectionutil is a kcl module for list and config values How to Use Add the dependency kcl mod add collectionutil Write the kcl code import collectionutil items = collectionutil.to_str_set(["aa", "aa", "bb"]) # ["aa", "bb"] Resource Code source and document is here