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

RFC: Make strides into a generic trait #30432

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 8, 2022

  1. Make strides into a generic trait

    Returns `nothing` for non-strided arrays, otherwise gives the
    give strides in memory. Useful as an extensible trait in generic
    contexts, and simpler to overload for cases of "wrapped" arrays where
    "stridedness" can be deferred to the parent rather than a complex
    (and inextensible) method signature.
    Andy Ferris authored and andyferris committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    532aebd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    4ebb11a View commit details
    Browse the repository at this point in the history
  2. Remove the whitespace

    andreasnoack authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    39e6e6d View commit details
    Browse the repository at this point in the history