ListContainer

Container for user-specified list nodes. Use together with *ListLink.

Members

Manifest constants

ITEM_EXPR
enum ITEM_EXPR;
Undocumented in source.

Mixins

commonData
mixin ListCommon.Data!(RefType!Node, HASPREV, HASTAIL) commonData
Undocumented in source.
commonImpl
mixin ListCommon.Impl!(RefType!Node, HASPREV, HASTAIL, commonData) commonImpl
Undocumented in source.

Meta