protobuf
protobuf copied to clipboard
Add :initarg to fields on protobuf defined classes
This uses (defmethod initialize-instance :after) methods to ensure that fields populated with :initargs are recorded into %has-bits%.
Closes issue #16.