Takes two iterables and merges them together, combining their values into an array
Takes a list of functions and a list of values and applies the values to the functions
Takes a key and a keyed functor, returning the keyed functor without the key given
Merges a list of iterables (of the same type) into a single iterable
Applies a function or functions to a nested iteratorable
Determines if a list has any non-nil values
Given a keychain and a value it creates an object that has keys based on the keychain
Takes many event names and returns an observable of those events
Takes a value and determines if it's an object
Returns all but the first N of a list of ordered values