Struct lrs::prelude::v1::Vec

A vector.

Syntax

struct Vec<T, Heap = Libc>
    where Heap: Allocator,
{
    /* private fields */
}