Module fj_core::operations::split

source ·
Expand description

Operations to split objects

Splitting means removing an object, replacing it with to new ones that fill the same space. This often makes sense, when you want to modify only part of an object. In such a case, you can split off the part you want to modify, leaving the rest unchanged.

Traits