Overview of the ListTools Package
Calling Sequence
Description
List of ListTools Package Commands
ListTools:-command(arguments)
command(arguments)
The ListTools package is a collection of tools for manipulating lists.
Each command in the ListTools package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The long form, ListTools:-command, is always available. The short form can be used after loading the package.
The following is a list of available commands.
BinaryPlace
BinarySearch
Categorize
Classify
Collect
Deal
DotProduct
Enumerate
FindMaximalElement
FindMinimalElement
FindRepetitions
Flatten
FlattenOnce
Group
Interleave
InversePermutation
Join
JoinSequence
LengthSplit
MakeUnique
Occurrences
Pad
PartialSums
Reverse
Rotate
Search
SearchAll
SelectFirst
SelectLast
Slice
Sorted
Split
Transpose
To display the help page for a particular ListTools command, see Getting Help with a Command in a Package.
See Also
help
list
module
type/list
UsingPackages
with
Download Help Document