[src]

Struct std::raw::Slice

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

The representation of a Rust slice

Fields

data
len