qui.lists

Undocumented in source.

Members

Classes

LinkedList
class LinkedList(T)

a linked list, used where only reading in the forward direction is required

List
class List(T)
Undocumented in source.
LogList
class LogList(T)

Used in logging widgets. Holds upto certain number, after which older items are removed

Matrix
class Matrix

Used to store the widget's/terminal's display in a matrix

Meta