⇑
← Lists
conc
Package | bios |
Source file | bios._util.mcy |
Nature | Function |
Type | fun list a1 list a1 -> list a1 |
Usage
conc
Type | ||
---|---|---|
list a1 | A list | |
list a1 | Another list with the same type | |
list a1 | The concatenation of list and list , in this order |
Description
This function returns the concatenation of two lists of the same type. It doesn't affect the initial lists.
On the same topic
- arrayFromList
- doubleListCompress
- filter
- find
- hd
- inList
- insert
- list
- listGet
- listLast
- listLength
- listMatchHead
- map
- reduce
- remove
- reverse
- test
- tl
- tripleListCompress
- visit