coffi
coffi copied to clipboard
Defstruct Macro Added:
A small macro has been made to clean up reptitive instances of '(defalias ::type [::struct [[:foo ::int] [:bar ::int]]])' such that they can be written as '(defstruct ::type [[:foo ::int] [:bar ::int]]).' Spec fdef added to ensure input is keyword and a non-empty collection of keyword/::type pairs.