Function rustc::middle::trans::tvec::get_fixed_base_and_byte_len[src]
pub fn get_fixed_base_and_byte_len(bcx: &Block, llval: ValueRef, unit_ty: t, vec_length: uint) -> (ValueRef, ValueRef)
Converts a fixed-length vector into the slice pair.
The vector should be stored in llval which should be by ref.