1
0

何やっていたか忘れた

This commit is contained in:
otya128
2016-03-26 19:48:56 +09:00
parent 8e1860461a
commit fff9c59dc0
7 changed files with 109 additions and 23 deletions

View File

@@ -182,6 +182,8 @@ struct Value
}
}
}
//import std.experimental.ndslice;
//ndsliceがこれに相当?
class Array(T)
{
T[] array;