Aardvark.UI.Primitives


List

Functions and values

Function or valueDescription
intersperse sep ls
Signature: sep:'?7303 -> ls:'?7303 list -> '?7303 list
Type parameters: '?7303

The intersperse function takes an element and a list and 'intersperses' that element between the elements of the list.

Fork me on GitHub