list.map(func)
- creates a new list with mapped values.func
takes two argumentsvalue
andkey
.list.filter(func)
- creates a new list with filtered values.list.len()
- TODOlist.append(a, b)
- TODO
hm.map(func)
- TODOhm.filter(func)
- TODOhm.len()
- TODOhm.insert(key, value)
- TODOhm.merge(another)
- TODOhm.drop(path)
- TODO
str.parse_json()
- TODOstr.parse_yaml()
- TODOstr.parse_toml()
- TODOstr.trim()
- TODOstr.script()
- TODO
read_file(file_name)
- TODOgetenv(name, default_value)
- TODOconcat(array1, array2)
- TODOfold(initial_value, func, obj)
- TODO