any
Source: /avail/Avail/Foundation/Early Literals
Categories: Stringification
Produce a description of the argument. The default implementation uses primitive description of_ to obtain a mechanically constructed description from the Avail virtual machine. Overrides should provide semantic information that is appropriately localized for the default locale.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | value | any | A value. | |
Returns | string | A description of the argument. |
tuple meta
Source: /avail/Avail/Foundation/Tuples
Categories: Tuples, Stringification
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | t | tuple meta | ||
Returns | string |
map
Source: /avail/Avail/Foundation/Strings
Categories: Maps, Stringification
Stringify the argument.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | aMap | map | ||
Returns | string |
system exception
Source: /avail/Avail/Foundation/Exceptions
Categories: Unclassified
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | anException | system exception | ||
Returns | string |
IPv4 address
Source: /avail/Avail/IO/Network/Address
Categories: IO, IP, Networking
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | addr | IPv4 address | ||
Returns | nonempty string |
private socket option
Source: /avail/Avail/IO/Network/Options
Categories: IO, Networking, Sockets
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | o | private socket option | ||
Returns | string |
file
Source: /avail/Avail/IO/Files/Primitives
Categories: Files
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | f | file | ||
Returns | string |
set meta
Source: /avail/Avail/Foundation/Sets
Categories: Unclassified
Print set types neatly.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | t | set meta | ||
Returns | string | A nice-looking string representing the set type. |
set
Source: /avail/Avail/Foundation/Strings
Categories: Sets, Stringification
Stringify the argument.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | aSet | set | ||
Returns | string |
object's type
Source: /avail/Avail/Foundation/Strings
Categories: Objects, Types, Stringification
Print object types more neatly.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | anObjectType | object's type | ||
Returns | string |
descriptive exception
Source: /avail/Avail/Foundation/Exceptions
Categories: Stringification
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | e | descriptive exception | ||
Returns | string | The stringified descriptive exception |
object
Source: /avail/Avail/Foundation/Strings
Categories: Objects, Stringification
Print object types more neatly.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | anObject | object | ||
Returns | string |
tuple
Source: /avail/Avail/Foundation/Strings
Categories: Tuples, Stringification
Stringify the argument.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | aTuple | tuple | ||
Returns | string |