diff options
Diffstat (limited to 'std')
| -rw-r--r-- | std/mem.zc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ trait Drop { trait Copy {} trait Clone { - // fn clone(self) -> Self; + fn clone(self) -> Self; } struct Box<T> { |
![]() |
index : Zen C | |
| A strictly typed systems language that brings pattern matching, traits, and ownership semantics to the C ecosystem. | z-libs |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | std/mem.zc | 2 |
@@ -18,7 +18,7 @@ trait Drop { trait Copy {} trait Clone { - // fn clone(self) -> Self; + fn clone(self) -> Self; } struct Box<T> { |