Module pre::std::vec[][src]

Expand description

pre definitions for the std::vec module.

This module was generated by a extern_crate attribute. It acts as a drop-in replacement for the std::vec module.

Re-exports

pub use std::vec::*;

Functions

A stub for the preconditions of the std::vec::Vec<T>::from_raw_parts function.

A stub for the preconditions of the std::vec::Vec<T>::set_len function.