ninthValue<T> method

T ninthValue<T>()

Syntax sugar for grabbing the ninth value.

Implementation

T ninthValue<T>() => value<T>(8);