RoundRobin<T> constructor

RoundRobin<T>(
  1. List<T> list
)

Implementation

RoundRobin(this.list);