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

Specializations for type string for Chunk and SlidingWindow #731

Closed
FreeApophis opened this issue Jun 6, 2023 · 1 comment · Fixed by #744
Closed

Specializations for type string for Chunk and SlidingWindow #731

FreeApophis opened this issue Jun 6, 2023 · 1 comment · Fixed by #744
Assignees
Labels
enhancement New feature or request

Comments

@FreeApophis
Copy link
Member

Chunk and SlidingWindow on a string return arrays of char. It would be nice to have specific overloads which return strings instead.

"abcdefghij".StringChunk(3) would returns "abc", "def", "ghi" "j"

"abcdef".StringSlidingWindows(3) would returns "abc", "bcd", "cde" "def"

  • Names open for discussion
@FreeApophis FreeApophis changed the title Specializations for String for Chunk and SlidingWindow Specializations for type string for Chunk and SlidingWindow Jun 6, 2023
@FreeApophis
Copy link
Member Author

FreeApophis commented Jul 14, 2023

Idea: Chunk on string @ sharplab

@FreeApophis FreeApophis linked a pull request Aug 30, 2023 that will close this issue
@FreeApophis FreeApophis self-assigned this Aug 30, 2023
@FreeApophis FreeApophis added the enhancement New feature or request label Aug 30, 2023
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 a pull request may close this issue.

1 participant