menu

fun <E> menu(entries: List<E>): MenuBuilder<E>(source)

A paginator where each page is filled with a list of entries.

Each page can be limited to a specified number of entries.

Each entry can have its prefix and its string representation customized.