ExpectLike¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
Any |
|||
<output> |
Any |
|||
TypeOf |
The example value to expect. The type of the constant given here will be checked against this shard's input. | None |
Any |
|
OutputOf |
Evaluates the output type of the given expression. That type will be checked against this shard's input. | None |
Shard [Shard] |
|
Unsafe |
If we should skip performing deep type hashing and comparison. (generally fast but this might improve performance) | false |
Bool |