Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Count ¶
Count函数用于计算切片p中元素的批次数量。 参数batch表示每个批次的元素数量。 参数p为切片指针,切片中的元素类型为any。 返回值为int类型,表示切片p中的元素能够组成的批次数量。
func Group ¶
Group函数将给定的切片p按照batch的大小进行分组,并返回分组后的结果。 参数:
- batch:每个分组的大小
- p:需要分组的切片
返回值:
- [][]*T:分组后的结果,每个子切片表示一个分组
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.