Convert Collection to Array in Egison
(define $collection2array | |
1#(generate-array (nth $ %1) [1 (length %1)])) | |
; > (collection2array {a b c}) | |
; (|a b c|) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment