Crate tool [] [src]

Modules

seq

A bunch of traits for working with sequences.

Functions

default

Return a default value.

first

Get the first element of a sequence with at least one element.

flip

Flip a length two tuple.

id

The identity function.

second

Get the second element of a sequence with at least to elements

third

Get the third element of a sequence with at least three elements.