Versions in this module Expand all Collapse all v1 v1.0.1 Apr 10, 2024 Changes in this version + var Variables = map[string]eclaType.Type + func Contains[T comparable](array []T, value T) bool + func Sort[T cmp.Ordered](array []T, order int) v1.0.0 Apr 10, 2024 Changes in this version + func Contain[T comparable](array []T, value T) bool + func Find[T comparable](array []T, value T) int + func IsEqual[T comparable](FirstArray, SecondArray []T) bool + func Max[T cmp.Ordered](array []T) (any, error) + func Min[T cmp.Ordered](array []T) (any, error) + func Remove[T comparable](array []T, index int) []T + func Slice[T comparable](array []T, start, end int) ([]T, error) + func SortAsc[T cmp.Ordered](array []T) + func SortDesc[T cmp.Ordered](array []T)