7 lines
85 B
Text
7 lines
85 B
Text
import tree;
|
|
|
|
fn void test()
|
|
{
|
|
Tree {int} inttree;
|
|
inttree.replace_all(3);
|
|
}
|