firstValue<T> method

T firstValue<T>()

Syntax sugar for grabbing the first value.

Implementation

T firstValue<T>() => value<T>(0);