Struct jenga::Frame [] [src]

pub struct Frame<'a> { /* fields omitted */ }

Methods

impl<'a> Frame<'a>
[src]

allocate count elements of T

drain the iterator into an array. the iterator may not use the stack allocator.

store something on the stack

create a subframe. all allocations that happen within it, will be reset when it goes out if scope