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

Implement Tree(...).splitAt(idx :: Int) :: Tree #3

Closed
3 tasks done
OxSon opened this issue Sep 17, 2023 · 2 comments
Closed
3 tasks done

Implement Tree(...).splitAt(idx :: Int) :: Tree #3

OxSon opened this issue Sep 17, 2023 · 2 comments

Comments

@OxSon
Copy link
Owner

OxSon commented Sep 17, 2023

  • method take(n :: Int) :: Tree
  • method drop(n :: Int) :: Tree
  • method splitAt(idx :: Int) :: Tree
@OxSon OxSon mentioned this issue Sep 17, 2023
7 tasks
@OxSon
Copy link
Owner Author

OxSon commented Oct 29, 2023

work is mostly done. need to test more thoroughly

@OxSon
Copy link
Owner Author

OxSon commented Nov 30, 2023

done

@OxSon OxSon closed this as completed Nov 30, 2023
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