Atom - - Tighten

Characters:

Tags: array

Arity: monadic

This atom is monadic, which means it takes one argument.

Functionality

Dump sublists inside the main list (flatten by one level).

Details

Sublists will be concatenated together. Single values are wrapped into a singleton list.

Synonyms

This atom should work roughly the same way as or very similarly in concept to the following code snippets (some edge case exceptions may exist):