Skip to content

Latest commit

 

History

History
 
 

collectionutil

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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