Need to implement #17 first to check for performance. See also https://github.com/aureooms/js-library/issues/7#issuecomment-669275653. ```js import { _iter } from '@aureooms/js-cll'; export default function list_reset_parent(children) { for ( const x of _iter(children) ) x.parent = null ; } ```