Skip to content
New issue

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

support rawview(T, im) #177

Open
johnnychen94 opened this issue Apr 11, 2022 · 0 comments
Open

support rawview(T, im) #177

johnnychen94 opened this issue Apr 11, 2022 · 0 comments
Labels
enhancement good first issue Would make a good contribution from new contributors

Comments

@johnnychen94
Copy link
Member

There are two possible semantics for this:

  • replace rawview(N0f8.(X)) with rawview(N0f8, X)
  • replace UInt8.(rawview(X)) with rawview(UInt8, X)

I prefer to take the second version.

@johnnychen94 johnnychen94 added enhancement good first issue Would make a good contribution from new contributors labels Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Would make a good contribution from new contributors
Projects
None yet
Development

No branches or pull requests

1 participant