Comments.

This commit is contained in:
Lindsey Kuper 2011-06-28 18:46:46 -07:00
parent 6832f75f0b
commit 9155544a5a

View file

@ -81,6 +81,8 @@ fn init_fn_mut[T](&init_op[T] op, uint n_elts) -> vec[mutable T] {
ret v;
}
// init_elt: creates and returns a vector of length n_elts, filled with
// that many copies of element t.
fn init_elt[T](&T t, uint n_elts) -> vec[T] {
/**
* FIXME (issue #81): should be: