RcList<T> constructor

RcList<T>(
  1. List<T> value
)

Implementation

RcList(super.value);