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 Map type #6

Closed
cuzfrog opened this issue Oct 23, 2024 · 0 comments
Closed

Support Map type #6

cuzfrog opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
enhancement An improvement on a feature
Milestone

Comments

@cuzfrog
Copy link
Member

cuzfrog commented Oct 23, 2024

Map should be corresponding to something like:

Typescript:

Record<string, T>

Rust:

HashMap<string, T>

with generics.

@cuzfrog cuzfrog added the enhancement An improvement on a feature label Oct 23, 2024
@cuzfrog cuzfrog added this to the Day2 features milestone Oct 23, 2024
@cuzfrog cuzfrog modified the milestones: Day2 features, v0.3 Jan 28, 2025
@cuzfrog cuzfrog changed the title Support Map type Support Map type for Typescript Jan 28, 2025
@cuzfrog cuzfrog self-assigned this Jan 28, 2025
@cuzfrog cuzfrog changed the title Support Map type for Typescript Support Map type Feb 3, 2025
@cuzfrog cuzfrog marked this as a duplicate of #59 Feb 3, 2025
@cuzfrog cuzfrog closed this as completed Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement on a feature
Projects
None yet
Development

No branches or pull requests

1 participant