{% if book.isPdf %}
{% else %}
{% endif %}
Returns an array with the specified number of contiguous elements from the end of an observable sequence.
count
(Number
): Number of elements to bypass at the end of the source sequence.
(Observable
): An observable sequence containing a single array with the specified number of elements from the end of the source sequence.