Next Previous Up Top Contents Index

4 The COMMON-LISP Package

concatenate

Function

Summary

Redefines the standardconcatenate function allowing it to take any Common Lisp type.
Package

common-lisp

Signature

concatenate result-type &rest sequences => result-sequence

Arguments

result-type

A type specifier.

sequences

A sequence.

Values

result-sequence

A sequence.

Description

Theconcatenate function has been extended to take any Common Lisp type. The result-sequence will be of type result-type unless this is not possible, in which case atype-error is signalled.
See also

coerce

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker