shortening of str and vec

This commit is contained in:
Nathan Braswell
2018-05-22 19:43:54 -04:00
parent bc2c7b3b3e
commit eefa752d55
39 changed files with 1122 additions and 1122 deletions

View File

@@ -1,8 +1,8 @@
import vector:*;
import vec:*;
import io:*;
obj matrix (Object) {
var data: vector<double>;
var data: vec<double>;
var rows: int;
var cols: int;