Generic Function Binding-Form-Accepts-Multiple-Forms-P (21 methods)

( binding-form-accepts-multiple-forms-p < binding-form > )

Part of:

package metabang.bind

Returns true if a binding form can accept multiple forms
(e.g., :flet)

Method Summary

binding-form-accepts-multiple-forms-p < t > 
binding-form-accepts-multiple-forms-p (eql :accessors)
binding-form-accepts-multiple-forms-p (eql :accessors-r/o)
binding-form-accepts-multiple-forms-p (eql :accessors-read-only)
binding-form-accepts-multiple-forms-p (eql :alist)
binding-form-accepts-multiple-forms-p (eql :assoc)
binding-form-accepts-multiple-forms-p (eql :flet)
binding-form-accepts-multiple-forms-p (eql :plist)
binding-form-accepts-multiple-forms-p (eql :plist-)
binding-form-accepts-multiple-forms-p (eql :properties)
binding-form-accepts-multiple-forms-p (eql :property-list)
binding-form-accepts-multiple-forms-p (eql :read-only-accessors)
binding-form-accepts-multiple-forms-p (eql :read-only-slots)
binding-form-accepts-multiple-forms-p (eql :slots)
binding-form-accepts-multiple-forms-p (eql :slots-r/o)
binding-form-accepts-multiple-forms-p (eql :slots-read-only)
binding-form-accepts-multiple-forms-p (eql :struct)
binding-form-accepts-multiple-forms-p (eql :structure)
binding-form-accepts-multiple-forms-p (eql :structure/rw)
binding-form-accepts-multiple-forms-p (eql :values)
binding-form-accepts-multiple-forms-p (eql :writable-accessors)