Comments.
This commit is contained in:
parent
6832f75f0b
commit
9155544a5a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user