thin
thin(
@llll ## required
@function null
) -> llll/null
Removes the duplicates from an llll.
Arguments
@llll[llll] (required)@function[function/null] (default:null)
Output
@llll without duplicate elements. [llll/null]
warning
thin is a built-in function in the bell programming language and is not unique or exclusive to bellplay~. As such, thin will return null without raising an error if required arguments are not provided.
Usage
thin(1 1 1 2 2 3) ## 1 2 3