Skip to content

Conversation

@KonkenBonken
Copy link

Description

The vector_to_list method currently duplicates the implementation of list, differing only in variable names and the use of an array argument instead of a spread argument.

This PR replaces vector_to_list with an alias to list, removing the duplicate code and simplifies maintenance.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

Refactored vector_to_list to alias list
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

Successfully merging this pull request may close these issues.

1 participant