package
0.0.11
Repository: https://github.com/acmestack/godkits.git
Documentation: pkg.go.dev

# Functions

Empty judge list is empty @param lst list @return bool true => empty, false => not empty.
New create an array list @param element array element @return *Arraylist.
NotEmpty judge list is not empty @param lst list @return bool true => not empty, false => empty.

# Structs

Arraylist array lst.
Listx extend from list.List.

# Interfaces

No description provided by the author