1,295
edits
(→Roc) |
(→Roc) |
||
| Line 9: | Line 9: | ||
// but you can't modify one once it's created. This makes them easy to use | // but you can't modify one once it's created. This makes them easy to use | ||
// safely across threads. | // safely across threads. | ||
class Layer { | class *Layer* { | ||
}; | }; | ||
edits