union   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/adt.xtm

Implementation

(bind-func union:[List{!a}*,List{!a}*,List{!a}*]*
  (lambda (l1 l2)
    (unique (append l1 l2))))


Back to Index

Similar Entries