Skip to content

Compact a list removing NULL elements

Usage

.compact(x)

Arguments

x

A list possibly containing NULL elements.

Value

The same list with all NULL elements removed.