This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
main
RosettaCodeData
/
Task
/
Parametric-polymorphism
/
C3
/
parametric-polymorphism-2.c3
8 lines
85 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
Data update
2023-08-01 14:30:30 -07:00
import tree;
Initial data commit
2023-07-01 11:58:00 -04:00
fn void test()
{
Data update
2025-06-11 20:16:52 -04:00
Tree {int} inttree;
Data update
2023-08-01 14:30:30 -07:00
inttree.replace_all(3);
Initial data commit
2023-07-01 11:58:00 -04:00
}
Reference in a new issue
Copy permalink