Documentation ¶
Overview ¶
*
- @Author: ray
- @Description: this is a tool kit of list.
- @File: list
- @Version: 1.0.0
- @Date: 2023/12/21 14:17
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllElementPositive2Slice ¶
func GetAllElementPositive2Slice(l *List) []interface{}
GetAllElementPositive2Slice get all elements from list to slice order by positive
func GetAllElementReverse2Slice ¶
func GetAllElementReverse2Slice(l *List) interface{}
GetAllElementReverse2Slice get all elements from list to slice order by reverse
func IndexOfList ¶
IndexOfList get value as a any type ([]Type) by index.
Types ¶
Click to show internal directories.
Click to hide internal directories.