Appearance
tyneq
tyneq / ItemAction
ItemAction<T> = (item, index) => void
T
item
index
void
Defined in: src/types/utility.ts:39
A side-effect action over a sequence element and its zero-based index.
number