ecase-usingGBBopen Toolsensure-listensure-finalized-classGoTo Top

ensure-finalized-class   class => finalized-class[Function]

Purpose
Finalizes class if it is not already finalized.

Package   :gbbopen-tools

Module   :gbbopen-tools

Arguments and values

class     A class designator
finalized-class     A class object

Returns
The finalized class.

Example

  > (ensure-finalized-class (find-class 'hyp))
  #<standard-unit-class hyp>
  >

Note
This function is compiled in-line for top performance.


The GBBopen Project


ecase-usingGBBopen Toolsensure-listensure-finalized-classGoTo Top