fourthValue<T> method

T fourthValue<T>()

Syntax sugar for grabbing the fourth value.

Implementation

T fourthValue<T>() => value<T>(3);