TakeDrop¶ Splits a list at a given position, returning {Take[l, n], Drop[l, n]}. $ wo 'TakeDrop[{a, b, c, d, e}, 2]' {{a, b}, {c, d, e}}