| Name | Description |
---|
  | MapT, U(FuncT, U, VectorT) |
Applies a function to the elements of a vector
and returns the result in a new vector.
|
  | MapT, U(FuncInt32, T, U, VectorT) |
Applies a function to the elements of a vector
and returns the result in a new vector.
|
  | MapT, U, V(FuncT, U, V, VectorT, VectorU) |
Applies a function to the corresponding elements of two vectors
and returns the result in a new vector.
|