Method Get-Class

Part of:

class standard-class
( get-class < thing > &key < error? > )

Returns the class of thing or nil if the class cannot be found. Thing can be a class, an object representing a class or a symbol naming a class. Get-class is like find-class only not as particular.