Returns a list.
Obtains and returns the list of the class direct slots for self
that satisfy the (eq? (slot-definition-allocation slot)
#:virtual)
predicate.
Returns a list.
Obtains and returns the list of the class slots for self that
satisfy the (eq? (slot-definition-allocation slot) #:virtual)
predicate.
Returns a list.
Obtains and returns the list of the class direct slots for self
that satisfy the (eq? (slot-definition-allocation slot)
#:g-property)
predicate.
Returns a list.
Obtains and returns the list of the class slots for self that
satisfy the (eq? (slot-definition-allocation slot) #:g-property)
predicate.
Returns a list.
Obtains and returns the list of the class direct slots for self
that contain a #:child-id
slot definition option.
Returns a list.
Obtains and returns the list of the class slots for self that
contain a #:child-id
slot definition option.
Returns a list.
Obtains and returns the list of the class direct slots for self
that contain a #:g-param
slot definition option.
Returns a list.
Obtains and returns the list of the class slots for self that
contain a #:g-param
slot definition option.
Returns nothing.
Performs a multiple slot-set!
for inst, setting its slot
named s1 to the value v1, s2 to v2, s3 to
v3 …
Returns #t
if value is a <generic> instance.
Otherwise, it returns #f
.