Change remaining "iface" occurrences to "trait"; deprecate "iface"
This commit is contained in:
parent
c2f49c46ae
commit
439afaa329
111 changed files with 194 additions and 188 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import option::{some, none};
|
||||
import dvec::{dvec, extensions};
|
||||
|
||||
iface t<T> {
|
||||
trait t<T> {
|
||||
fn size() -> uint;
|
||||
fn add_front(T);
|
||||
fn add_back(T);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue