take method

Iterable<AlfredItem> take(
  1. int n
)
inherited

Implementation

Iterable<E> take(int n) => items.take(n);