This commit is contained in:
Onoshko Dan 2014-06-01 03:21:29 +07:00
parent 3e4589b331
commit ab6fde9252

View File

@ -414,7 +414,9 @@ Future plans
get some => "some " + about; get some => "some " + about;
set some(val) => about += val; set some(val) => about += val;
}- classes and typing with templates }
- classes and typing with templates
class A<T> { class A<T> {
// ... // ...