stack

Function stack 

Source
pub const fn stack() -> Range<*mut u32>
Expand description

The Range currently in use for the stack.

Note: the stack is defined in reverse, as it runs from ‘start’ to ‘end’ downwards. Hence this range is technically empty because start >= end.

If you want to use this range to do range-like things, use stack_rev instead.