| class CALL_TP_UNDERSCORE < $CALL_TP |
|---|
| **** | The type of an underscore argument in a bound routine or iter call and doesn't have a type specified. |
| $CALL_TP |
| attr tp:$TP; |
|---|
| **** | The type if one is specified. |
| attr tp:$TP; |
|---|
| **** | The type if one is specified. |
| create:SAME |
|---|
| **** | A new object. |
| is_subtype(t:$TP):BOOL |
|---|
| **** | True if self may represent `t'. |
| str:STR |
|---|
| **** | The string: "underscore" followed by ":TYPE" if a type is present. |