Function rustc::middle::trans::tvec::trans_slice_vstore[src]
pub fn trans_slice_vstore<'a>(bcx: &'a Block<'a>, vstore_expr: &Expr, content_expr: &Expr, dest: Dest) -> &'a Block<'a>
&[...] allocates memory on the stack and writes the values into it, returning a slice (pair of ptr, len). &"..." is similar except that the memory can be statically allocated.