builder<T> function

T builder<T>(
  1. ElementProducer<T> producer
)

Implementation

T builder<T>(ElementProducer<T> producer) => producer();