Crate seq [−] [src]
Macros
| seqdef |
The seqdef! macro defines a stack-allocated sequence variable for the speficied data list, the last data item in the list will be the top most in the sequence. |
| seqdef_try |
The macro |
Structs
| SeqIterator |
The sequence iterator representation |
Enums
| Seq |
The data type Seq is a generic data container providing linked list functionality. Seq is a sequence of data of type T and lifetime 'a. |
Functions
| empty |
Function returns static reference to empty list |