DataList

constructor(initialData: DataT)

Creates a DataList with the initial data item.

Parameters

DataT

The type of data in the sequence.