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

Slice Assignment-like methods for FSArrays that dont' require getting the size exactly right #154

Open
thomasballinger opened this issue Jul 31, 2020 · 0 comments

Comments

@thomasballinger
Copy link
Member

Often you want to slam an FSArray content into another FSArray arr but you don't want to figure out exactly the dimentions; you just want to

  • place the top left corner of content at a row/column location in arr, and cut off the content if it gets too big
  • place the top left corder of content at a row/column location in arr, and wrap content if it gets too big
  • place teh top left corner fo content at a row/column location in arr, and extend arr if content gets too big

We should have methods for these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant