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

NextPrevUpTopContentsIndex

dspec-primary-name

Function
Summary

Extracts the primary name from a canonical dspec.

Package

dspec

Signature

dspec-primary-name dspec => name

Arguments

dspec

A canonical dspec.

Values

name

A dspec name.

Description

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

Note that for part classes this is the name of the aggregate definition, for example for methods it returns the name of the generic function.

See also

dspec-class


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex