Skip to main content

List Configuration Modifiers

Functions that work on lists should accepts parameters that modify list configuration according to the conditions outline below.

Delimiting Punctuation

The $separator parameter should be accepted when returning a list.

Enclosing Punctuation

The $bracketed parameter should be accepted when returning a list...

  1. ...and bracket style cannot be singularly determined from the input.

    1. list.concat()
    2. list.empty()
    3. etc.
  2. ...that is not a subset of a source list and a potential input value.

    1. list.map()
    2. etc.