Barb


Lib

Namespace: Barb.Lib

Library functions callable in Barb

Functions and values

Function or valueDescription
flatten t1
Signature: t1:IEnumerable -> obj []

Flattens an IEnumerable of IEnumerables

hasIntersection t1 t2
Signature: t1:IEnumerable -> t2:IEnumerable -> bool

Find if two IEnumerables have an intersection

intersection t1 t2
Signature: t1:IEnumerable -> t2:IEnumerable -> obj []

Finds the intersection of two IEnumerables

union t1 t2
Signature: t1:IEnumerable -> t2:IEnumerable -> obj []

Finds the union of two IEnumerables

Fork me on GitHub