Skip to content

Should we add an accessor for integer64? #7618

@MichaelChirico

Description

@MichaelChirico

Should we add an accessor for integer64?

#define INTEGER64_RO(x)	((const int64_t *) DATAPTR_RO(x))

Originally posted by @ben-schwen in #7611 (comment)

Makes high-level sense to avoid coming up with different ways of doing this throughout the codebase.

It should probably be paired with an INTEGER64(x) accessor too.

And possibly, this should be something exported by {bit64} itself, although we may not want LinkingTo {bit64}...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions