set, set
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Sets, Mathematics, Relations
|
Position |
Name |
Type |
Description |
Parameters |
1 |
arg1 |
set |
A set.
|
2 |
arg2 |
set |
A set.
|
Returns |
boolean |
`true` if arg1 is a subset of or equal to arg2, `false` otherwise.
|
tuple, tuple
Source: /avail/Avail/Foundation/Tuples
Categories: Tuples, Collections, Queries
type, type
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Types, Mathematics, Relations
Is the first argument a subtype of the second argument? This does not implement the proper subtype relation, so the first argument is considered a subtype of the second argument also if it is equal to the second argument.
|
Position |
Name |
Type |
Description |
Parameters |
1 |
arg1 |
type |
A type.
|
2 |
arg2 |
type |
A type.
|
Returns |
boolean |
`true` if the first argument is a subtype of, or the same type as, the second argument, `false` otherwise.
|
tuple, tuple
Source: /avail/Avail/Foundation/Tuples
Categories: Tuples, Collections, Queries
tuple meta, tuple meta
Source: /avail/Avail/Foundation/Tuples
set meta, set meta
Source: /avail/Avail/Foundation/Early Sets