subscript(dynamicMember:)
Accesses a typed property at the current path by name.
Declaration
subscript<T>(dynamicMember identifier: String) -> T where T : IntentValueConvertible { get throws }Accesses a typed property at the current path by name.
subscript<T>(dynamicMember identifier: String) -> T where T : IntentValueConvertible { get throws }