We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The various add_foo_with_metadata are a verbose API due to Option. For readability purposes, _with_metadata and Option don't quite align.
add_foo_with_metadata
Option
_with_metadata
A fairly simple solution is to have a third (non-pub) fn that does the real work to handle the Option.
The text was updated successfully, but these errors were encountered:
Add additional member functions to TableCollection to
58c7b6b
add rows with Some (non-Option-al) metadata. Closes #131
7a716bb
No branches or pull requests
The various
add_foo_with_metadata
are a verbose API due toOption
. For readability purposes,_with_metadata
andOption
don't quite align.A fairly simple solution is to have a third (non-pub) fn that does the real work to handle the
Option
.The text was updated successfully, but these errors were encountered: