Module functils::list [] [src]

Structs

List

The basic data structure used in functional programming. A list acts like an array. You can't do indexing on it, but you can add too and grow it by using cons or you can create a List with the list!() macro.