Versions in this module Expand all Collapse all v0 v0.1.0 Dec 10, 2018 Changes in this version + type CElement struct + Value interface{} + func (e *CElement) DetachNext() + func (e *CElement) DetachPrev() + func (e *CElement) Next() *CElement + func (e *CElement) NextWait() *CElement + func (e *CElement) Prev() *CElement + func (e *CElement) PrevWait() *CElement + func (e *CElement) Removed() bool + type CList struct + func New() *CList + func (l *CList) AppendList(l2 *CList) + func (l *CList) Back() *CElement + func (l *CList) BackWait() *CElement + func (l *CList) Clear() + func (l *CList) Front() *CElement + func (l *CList) FrontWait() *CElement + func (l *CList) Init() *CList + func (l *CList) Len() int + func (l *CList) PushBack(v interface{}) *CElement + func (l *CList) Remove(e *CElement) interface{}