DVUI

set

Parameters

#
root:?Root
?Root

Source

Implementation

#
pub fn set(root: ?Root) ?Root {
        defer Root.current = root;
        return Root.current;
    }