fifthValue<T> method

T fifthValue<T>()

Syntax sugar for grabbing the fifth value.

Implementation

T fifthValue<T>() => value<T>(4);