thirdValue<T> method

T thirdValue<T>()

Syntax sugar for grabbing the third value.

Implementation

T thirdValue<T>() => value<T>(2);