Files
musenalm/helpers/functions/slices.go
Simon Martens 3d54725283 FTS5-Suche
2025-02-22 19:08:36 +01:00

6 lines
67 B
Go

package functions
func Length(arr []any) int {
return len(arr)
}