Takes a number of elements.

// 0, 1, 2
Enumerable.create(0, 1, 2, 3, 4)
          .take(3);