Single-parameter cast() and isof() functions

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • V4.0_CSD03
    • Affects Version/s: V4.0_CS01
    • Component/s: ABNF, Protocol, URL Conventions
    • None
    • Environment:

      [Proposed]

    • Hide

      Remove single-parameter overloads of cast and isof.

      Show
      Remove single-parameter overloads of cast and isof.
    • Hide

      Close without action

      Show
      Close without action

      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)

            Assignee:
            handl
            Reporter:
            handl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: