All Manuals > LispWorks User Guide and Reference Manual > 36 The DSPEC Package

NextPrevUpTopContentsIndex

dspec-name

Function
Summary

Extracts the name from a canonical dspec.

Package

dspec

Signature

dspec-name dspec => name

Arguments

dspec

A canonical dspec.

Values

name

A dspec name.

Description

The function dspec-name extracts the name from the canonical dspec dspec.

Note that for part classes this is a list starting with the primary name.

If dspec is not canonicalized, dspec-name signals an error.

See also

dspec-class


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex