⇑
← Lists
list
Package | language |
Source file | (native) |
Nature | Type |
Type | list a1 |
Description
Lists are a major structure for functional languages. They are unmutable ordered sets of elements of any type.
It is possible to write lists directly in the minimacy source code. This is how the list appears when Minimacy displays types:
All list items must have the same type.
nil is the empty list. Don't forget it!
Seen in
- args
- arrayFromList
- asn1ClassConstructed(documentation in progress...)
- asn1DistinguishedName(documentation in progress...)
- asn1ListOfBignum(documentation in progress...)
- asn1ListOfHex(documentation in progress...)
- asn1ListOfOid(documentation in progress...)
- asn1ListOfRecStr(documentation in progress...)
- asn1ListOfStr(documentation in progress...)
- asn1MakeInfos(documentation in progress...)
- asn1Seq(documentation in progress...)
- asn1Set(documentation in progress...)
- asn1Subject(documentation in progress...)
- asn1Unpack(documentation in progress...)
- bitmapPolygons
- bufferAppend
- bufferAppendJoin
- cbcDecrypt(documentation in progress...)
- cbcEncrypt(documentation in progress...)
- conc
- ctrEncrypt(documentation in progress...)
- ctrEncryptRef(documentation in progress...)
- dirList
- dirListInfo
- diskListInfo
- doubleListCompress
- ecbDecrypt(documentation in progress...)
- ecbEncrypt(documentation in progress...)
- extendedF(documentation in progress...)
- fifo
- fifoFromList
- fifoList
- fileList
- fileListInfo
- fileListS(documentation in progress...)
- filter
- find
- for
- gifFromFrames
- hashmap
- hashmapInit
- hashmapMap
- hashsetInit(documentation in progress...)
- hashsetMap(documentation in progress...)
- hd
- httpFormUrlEncodedFromList
- httpSetCipherSuites
- httpSetMultipart
- huffmanDumpList(documentation in progress...)
- inList
- insert
- insertsort
- ipByName
- jsonObject
- jsonObjectGet
- listFromArray
- listFromAsn1(documentation in progress...)
- listFromAsn1Subject(documentation in progress...)
- listFromHashmap
- listFromHashset(documentation in progress...)
- listGet
- listLast
- listLength
- listMatchHead
- map
- mysqlColumns
- mysqlConvertColumns
- net
- oidHashmapSubjectAltName(documentation in progress...)
- pemDecode(documentation in progress...)
- pemRead(documentation in progress...)
- pkgList
- pkgScope
- ps
- quicksort
- quicksortFusion
- reduce
- regexpNext
- regexpTest
- remove
- reverse
- sftpDir(documentation in progress...)
- sftpEchoDir(documentation in progress...)
- sftpSort(documentation in progress...)
- shamirFromSecret(documentation in progress...)
- shamirSolve(documentation in progress...)
- srvHttpCreate
- sshParseVals(documentation in progress...)
- strBuild
- strJoin
- strLines
- strListCat
- strSplit
- tablePrettyPrint
- tagXml
- tarExtractDirectories
- tarExtractFiles
- tarFromFileInfoList
- tarFromFileList
- test
- timers
- tl
- tlsCreateCli(documentation in progress...)
- tlsMakeHosts(documentation in progress...)
- tlsSetCipherSuites(documentation in progress...)
- tlsSetSignatureAlgorithms(documentation in progress...)
- tlsSetSupportedGroups(documentation in progress...)
- tlsTcpListen(documentation in progress...)
- tlsTcpOpen(documentation in progress...)
- tlsTcpSetCipherSuites(documentation in progress...)
- tokenCutAll(documentation in progress...)
- tokenFilterKeywords(documentation in progress...)
- tokenNext(documentation in progress...)
- tokenTake(documentation in progress...)
- tree1DIndex(documentation in progress...)
- tripleListCompress
- uiMultiTouch
- uiOnDropFiles(documentation in progress...)
- visit
- xTcpListen(documentation in progress...)
- xTcpOpenExt(documentation in progress...)
- xTcpSetCipherSuites(documentation in progress...)
- xmlFilterChilds
- xmlGetAttributes
- xmlGetChilds
- zipExtractFiles
- zipFromFileInfoList
- zipFromFileList
On the same topic
- arrayFromList
- conc
- doubleListCompress
- filter
- find
- hd
- inList
- insert
- listGet
- listLast
- listLength
- listMatchHead
- map
- reduce
- remove
- reverse
- test
- tl
- tripleListCompress
- visit