Contents

subscript(dynamicMember:)

Accesses a property by name without casting.

Declaration

subscript(dynamicMember identifier: String) -> (any IntentValueExpressing)? { get throws }

Overview

Use this subscript to check for nil values and to assign values to intent parameters.