5 lines
134 B
Text
5 lines
134 B
Text
|
|
def deSubgraphKit := <elib:serial.deSubgraphKit>
|
||
|
|
def deepcopy(x) {
|
||
|
|
return deSubgraphKit.recognize(x, deSubgraphKit.makeBuilder())
|
||
|
|
}
|