package
0.0.0-20241003034413-d0ef6605084f
Repository: https://github.com/go-fox/sugar.git
Documentation: pkg.go.dev

# Functions

New new and returns an empty array.
NewFromSlice returns an array of specified slices @param data []T @param safe ...bool @return *Array[T] @player.

# Structs

Array wraps map type `[]any` and provides more map features.