Asserts the two given lists are not empty.
PARAMETERS
Name | Description | Default Value |
---|---|---|
some_list | The first list | none |
other_list | The second list | none |
Returns the minimum of given elements.
PARAMETERS
Name | Description | Default Value |
---|---|---|
integers | A list of integers. Must not be empty. | none |
Joins the given strings with a delimiter.
PARAMETERS
Name | Description | Default Value |
---|---|---|
strings | A list of strings to join. | none |
delimiter | The delimiter to use | ", " |