Struct core::raw::Slice[src]

pub struct Slice<T> {
    pub data: *T,
    pub len: uint,
}

The representation of a Rust slice

Fields

data
len