Get the position of I (string)
I
to query
[[String]]
import {I} from 'ts-toolbelt' type i = I.IterationOf<'20'> type test0 = I.Key<i> // '20' type test1 = I.Key<I.Next<i>> // '21'
Get the position of
I
(string)