subscript(dynamicMember:)

Accesses a typed property at the current path by name.

Declaration

subscript<T>(dynamicMember identifier: String) -> T where T : IntentValueConvertible { get throws }