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

Vector Primitive Datatype #19

Closed
3 tasks done
mrodz opened this issue Apr 4, 2023 · 0 comments · Fixed by #23
Closed
3 tasks done

Vector Primitive Datatype #19

mrodz opened this issue Apr 4, 2023 · 0 comments · Fixed by #23
Assignees
Labels
bytecode Issues related to bytecode enhancement New feature or request need-documentation This issue introduces a new feature that requires fresh documentation
Milestone

Comments

@mrodz
Copy link
Owner

mrodz commented Apr 4, 2023

Documentation Status

What is it

A list-like data structure.

Why is it useful

Allows for array-like operations

Details

Can easily be implemented with a Vector

To Add:

  • make_vector
  • indexing capability
  • vec_op [function_name] interface for vector operations.
@mrodz mrodz added enhancement New feature or request bytecode Issues related to bytecode need-documentation This issue introduces a new feature that requires fresh documentation labels Apr 4, 2023
@mrodz mrodz added this to the Bytecode milestone Apr 4, 2023
@mrodz mrodz self-assigned this Apr 5, 2023
@mrodz mrodz linked a pull request Apr 6, 2023 that will close this issue
@mrodz mrodz closed this as completed in #23 Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bytecode Issues related to bytecode enhancement New feature or request need-documentation This issue introduces a new feature that requires fresh documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant