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

Docs: what keys and values types can be used in TreeMap? #155

Open
AgustinRamiroDiaz opened this issue Dec 12, 2024 · 1 comment
Open

Docs: what keys and values types can be used in TreeMap? #155

AgustinRamiroDiaz opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation prj:py-std

Comments

@AgustinRamiroDiaz
Copy link

Please add to the docs https://sdk.genlayer.com/genlayer.html#genlayer.TreeMap

@AgustinRamiroDiaz AgustinRamiroDiaz changed the title Docs: what keys can be used in TreeMap? Docs: what keys and values types can be used in TreeMap? Dec 12, 2024
@kp2pml30 kp2pml30 added prj:py-std documentation Improvements or additions to documentation labels Dec 12, 2024
@kp2pml30
Copy link
Collaborator

Short answer:
all storage types that also support < and == (I don't want to become c++ with !(a < b) && !(b < a))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation prj:py-std
Projects
None yet
Development

No branches or pull requests

2 participants