Skip to content

how to divide expression into two by element? #2434

Answered by Kodiologist
acekingke asked this question in Q&A
Discussion options

You must be logged in to vote
=> (setv x '(a b c d))
=> (cut x (.index x 'b))
'(a)
=> (cut x (+ 1 (.index x 'b)) None)
'(c d)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@acekingke
Comment options

Answer selected by acekingke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants