coffi icon indicating copy to clipboard operation
coffi copied to clipboard

Defstruct Macro Added:

Open SkippityPaps opened this issue 1 year ago • 1 comments

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.

SkippityPaps avatar Aug 13 '23 09:08 SkippityPaps