-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_CS01
-
Fix Version/s: V4.0_CSD03
-
Component/s: ABNF, Protocol, URL Conventions
-
Labels:None
-
Environment:
[Proposed]
-
Proposal:
-
Resolution:
The single-parameter cast and isof functions are equivalent for calling the two-parameter versions with the recently introduced symbol $it:
- cast(Some.Type) eq cast($it,Some.Type)
- isof(Some.Type) eq isof($it,Some.Type)