You can use structmaps. To define one: (defstruct bintree :left :right :key) To make an instance: (struct-map bintree :left nil :right nil :key 0) You can ...
確定! 回上一頁