Skip to content

Instance Subscript

subscript(dynamicMember:)

@dynamicMemberLookup support. The implementation of this subscript is provided automatically and should not be overriden by conforming types. See subscript(dynamicMember:) for details.
subscript<Field>(dynamicMember keyPath: KeyPath<Self.Model, Field>) -> AliasedField<Self, Field> where Field : Property, Self.Model == Field.Model { get }

Default Implementations

ModelAlias Implementations