Property | Type | Description | |
---|---|---|---|
first | Object | ||
rest | Object |
Method | Description | |
---|---|---|
Pair ( Object first, Object rest ) : System | ||
equals ( Object x ) : bool | ||
stringifyPair ( bool quoted, StringBuilder buf ) : void | ||
toString ( ) : String |
public Pair ( Object first, Object rest ) : System | ||
first | Object | |
rest | Object | |
return | System |
public stringifyPair ( bool quoted, StringBuilder buf ) : void | ||
quoted | bool | |
buf | StringBuilder | |
return | void |