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

Tests with vector of structures. #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Tests with vector of structures. #5

wants to merge 4 commits into from

Conversation

pacyfist
Copy link

In C# LINQ is mostly used with collection of classes so I made some passing tests that handle several scenarios when working with vector of structures. Library API doesn't make that easy. I had to explicitly convert every vector into iter. This could be a motivation to change the API to do that implicitly. That could change this library into a syntax sugar for vectors of structs helping to keep the code clean.

@StardustDL StardustDL self-requested a review January 14, 2021 15:13
@StardustDL StardustDL self-assigned this Jan 14, 2021
@StardustDL StardustDL added the enhancement New feature or request label Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants