Skip to content

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

@thomasballinger

Description

@thomasballinger
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @thomasballinger

        Issue actions

          Slice Assignment-like methods for FSArrays that dont' require getting the size exactly right · Issue #154 · bpython/curtsies