package
1.2.2
Repository: https://github.com/runingriver/mapinterface.git
Documentation: pkg.go.dev

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

ForFunc 迭代函数 i表示索引; k v表示迭代值, 如果循环的是list则k为nil; key val为返回值,若希望结果集为List则将key返回为nil,若希望为map则key val都不为空;若key val同时为nil则不将结果加入结果集.