bkbm / rslogo

A project to implement a logo interpreter in rust
0 stars 0 forks source link

Decide whether to include image as property of turtle or keep it separate #9

Open bkbm opened 5 months ago

bkbm commented 5 months ago

Think about ownership. if it will be a borrow or a move (most likely a borrow).