deepCopyNodes
open fun deepCopyNodes(source: @NonNull Array<PathParser.PathDataNode>): @NonNull Array<PathParser.PathDataNode>(source)
Return
a deep copy of the source.
Parameters
source
The array of PathDataNode to be duplicated.
a deep copy of the source.
The array of PathDataNode to be duplicated.