Go API Documentation

github.com/go-task/task/v3/internal/slicesext

No package summary is available.

Package

Files: 1. Third party imports: 0. Imports from organisation: 0. Tests: 0. Benchmarks: 0.

Functions

func Convert

func UniqueJoin

Uses: slices.Compact, slices.Sort.

Tests

Files: 1. Third party imports: 0. Imports from organisation: 0. Tests: 5. Benchmarks: 0.

Test functions

TestConvertEmptySlice

References: strconv.Itoa.

TestConvertFloatToInt

References: math.Round.

TestConvertIntToString

References: strconv.Itoa.

TestConvertNilSlice

References: strconv.Itoa.

TestConvertStringToInt

References: strconv.Atoi.