diff options
author | NickPapanastasiou <Papanastasiou1993@gmail.com> | 2015-06-10 14:31:02 -0400 |
---|---|---|
committer | NickPapanastasiou <Papanastasiou1993@gmail.com> | 2015-06-10 14:31:02 -0400 |
commit | 2db99047ef98ec636b78e29b72f46dc347b37d38 (patch) | |
tree | 4cf5f8c739650a04e503094ca3c9fc54a0974292 | |
parent | f30876d3f659d2c28ebe97bd4416d4dd514e5d22 (diff) |
Update d.html.markdown
-rw-r--r-- | d.html.markdown | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/d.html.markdown b/d.html.markdown index 36153500..3a5a6c9b 100644 --- a/d.html.markdown +++ b/d.html.markdown @@ -133,13 +133,6 @@ getter and setter methods (`object.setX(7)`)! ```d // Consider a class parameterized on a types T, U - -class MyClass(T, U) { - T _data; - U _other; - -} - // And "getter" and "setter" methods like so class MyClass(T, U) { T _data; |