Skip to content

Implement Hash for Timestamp and Decimal #934

@popematt

Description

@popematt

I would like to have a set that may contain Timestamps and Decimals. I could use a BTreeSet, but then I would need to create a total ordering over my entire public data model using Ord (which will mean that the meaningless total ordering is public even though it's an implementation detail).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions