Skip to content

Commit 9155544

Browse files
committed
Comments.
1 parent 6832f75 commit 9155544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/vec.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ fn init_fn_mut[T](&init_op[T] op, uint n_elts) -> vec[mutable T] {
8181
ret v;
8282
}
8383

84+
// init_elt: creates and returns a vector of length n_elts, filled with
85+
// that many copies of element t.
8486
fn init_elt[T](&T t, uint n_elts) -> vec[T] {
8587
/**
8688
* FIXME (issue #81): should be:

0 commit comments

Comments
 (0)