You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find myself with the use case of needing to get the individual parts of an expression.
Using getExpression to get a single part is a little poor choice if you ask me (as it name doesn't immediately seem like you can get a part), but I won't complain.
I propose a simple function titled getParts or perhaps breakToParts which returns an array of all the individual parts. Happy to provide the PR if this would be accepted.
The text was updated successfully, but these errors were encountered:
I find myself with the use case of needing to get the individual parts of an expression.
Using
getExpression
to get a single part is a little poor choice if you ask me (as it name doesn't immediately seem like you can get a part), but I won't complain.I propose a simple function titled
getParts
or perhapsbreakToParts
which returns an array of all the individual parts. Happy to provide the PR if this would be accepted.The text was updated successfully, but these errors were encountered: