The nodes to replace.
The replacement nodes.
// Safely shuffle all the children of the first main element:
import {apply} from 'appliance'
import {update} from 'domitory'
import {uItems} from 'generational'
apply({main: main => update(main.children, uItems(main.children))})
Correctly replace the specified nodes with corresponding values.