Currently needs a few mid-level wrappers to handle some of the idioms we use for KwargList, StringList, and friends. Should reduce some typographic errors and allow users to directly use the wrappers in a more vanilla state. Most importantly this moves the @check_error up a level, allowing users of the direct buffer API to attempt to gracefully handle under/overflows.
Currently needs a few mid-level wrappers to handle some of the idioms we use for
KwargList
,StringList
, and friends. Should reduce some typographic errors and allow users to directly use the wrappers in a more vanilla state. Most importantly this moves the@check_error
up a level, allowing users of the direct buffer API to attempt to gracefully handle under/overflows.