-`isInTruthy` (`(value: T) => boolean`): A predicate function that determines whether an element should be placed in the truthy array. The function is called with each element of the array.
(`[T[], T[]]`): A tuple containing two arrays: the first array contains elements for which the predicate returned `true`, and the second array contains elements for which the predicate returned `false`.