class

Discord::Paginator(T)

Inherits Enumerable / Reference / Object

Constructors

new(limit : Int32 | Nil, direction : Direction, &block : Array(T) | Nil -> Array(T))
Source

Instance methods

each

Must yield this collection's elements to the block.

Source

Nested types