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
IterableAccessor
BoundedIterableAccessor
@webmaster128
Having to import IterableAccessor and BoundedIterableAccessor is a bit annoying for standard functionality like iterations
My intuition is this would be hard to do, but maybe there are steps we can take here. Brainstorming pending.
The text was updated successfully, but these errors were encountered:
One way this could work is to make the types in cw-storey a newtype instead of an alias. Then you can have e.g.
pub struct Column<T>(storey::containers::Column<T, crate::encoding::CwEncoding>);
and provide the best possible user experience for cw_storey::Column and keeping a lot of abstraction internal
cw_storey::Column
Sorry, something went wrong.
Sure, but that also increases the maintenance burden, sort of. I'm a bit hesitant there.
No branches or pull requests
@webmaster128
My intuition is this would be hard to do, but maybe there are steps we can take here. Brainstorming pending.
The text was updated successfully, but these errors were encountered: