src/classes/Junction.pir - Perl 6 Junction
- values()
- Get the values in the junction.
- !values(...)
- Private method to sets the values in the junction.
- !type(...)
- Private method to set the type of the junction.
- pick()
- Gets a random value from the junction.
- clone
- Clone v-table method.
- inc
- Increment v-table method.
- dec
- Decrement v-table method.