Commit c58f5a4
1 file changed
+19
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
149 | 159 |
| |
150 | 160 |
| |
151 | 161 |
| |
| |||
168 | 178 |
| |
169 | 179 |
| |
170 | 180 |
| |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + |
2 commit comments
andrewrk commentedon Jan 16, 2018
why not use
mem.dupe(allocator, u8, buffer.toSliceConst())
?thejoshwolfe commentedon Jan 16, 2018
oh. that's a better idea.