List<E> constructor

const List<E>(
  1. Cast<E> entry
)

Implementation

const List(Cast<E> entry) : _entry = entry;