array-pipe provides functionality that pipes array operations — when possible — to avoid unnecessary intermediate processing of the array, when chaining operations. JavaScript engines are really fast ...