|
|
|
|
|
by thradams
846 days ago
|
|
(question about rust.. this is not implemented in cake yet) Let's say I have to objects on the heap.
A and B. A have a "view" to B. Then we put a prompt for the user. (or dynamic condition)
"Which object do you want to delete first A or B?"
Then user select B.
How this can be checked at compile time? |
|