Move memory functions into memory.lifecycle

- move
- moveEmplace
- forward
- emplace
- swap
This commit is contained in:
2019-03-17 10:56:44 +01:00
parent 85d7a2b9ca
commit 5ab99cf887
49 changed files with 1156 additions and 1130 deletions

View File

@ -13,7 +13,8 @@
"tanya:meta": "*",
"tanya:sys": "*",
"tanya:os": "*",
"tanya:encoding": "*"
"tanya:encoding": "*",
"tanya:memory": "*"
},
"dependencies-linux": {
@ -24,7 +25,8 @@
"./meta",
"./sys",
"./os",
"./encoding"
"./encoding",
"./memory"
],
"configurations": [