Closed
Description
PagedSeq's documentation promises that x.map(f) will return a PagedSeq, but in fact it defers to immutable.IndexedSeq's builder and thus ends up a Vector. This is tolerable behavior, but the documentation should reflect the actual behavior. Oddly, drop gives a Vector while slice gives a PagedSeq.