longevity
longevity copied to clipboard
implement PType.propSet and PType.keySet with macros
Right now these are implemented with runtime reflection. Move to compile time for faster application startup. See longevity.model.annotations.packscanToList
for a general idea of how to do this.