ofType

inline fun <T, E> ofType(elements: List<T>, clientCapacity: Int, clientTypeSelector: (T) -> Pair<ClientType, E>): ClientTypeMap<E>