Camel case various core constructors

This commit is contained in:
Brian Anderson 2012-08-27 14:22:25 -07:00
parent 4ba9fdd362
commit 161a82e433
113 changed files with 530 additions and 545 deletions

View file

@ -1,7 +1,7 @@
//! A deque. Untested as of yet. Likely buggy
import option::{Some, None};
import dvec::{DVec, dvec};
import dvec::DVec;
trait t<T> {
fn size() -> uint;