core.v1.list
List represents a generic list of items.
Index
Fields
fn new
new(items)
new
returns an instance of List.
fn withItems
withItems(items)
withItems
List of items to populate the items in a list.
List represents a generic list of items.
new(items)
new
returns an instance of List.
withItems(items)
withItems
List of items to populate the items in a list.