sixthValue<T> method

T sixthValue<T>()

Syntax sugar for grabbing the sixth value.

Implementation

T sixthValue<T>() => value<T>(5);