Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

pop Action

Use pop to remove the current page from the stack.

The nav_page default Back button performs this action.

If the current page is the only page on the stack, this action displays an error.

Examples

# Ruby
pop
#![allow(unused)]
fn main() {
// Rust
pop()
}