typeOfElementsInList<T> function

Type typeOfElementsInList<T>(
  1. List<T> e
)

Implementation

Type typeOfElementsInList<T>(List<T> e) => T;