secondValue<T> method

T secondValue<T>()

Syntax sugar for grabbing the second value.

Implementation

T secondValue<T>() => value<T>(1);