subscript<T>(T.Type) -> T.Value?
Returns the attribute that corresponds to a specified key.
ある指定されたキーに対応する属性を返します。
subscript<K>(dynamicMember : KeyPath<AttributeDynamicLookup, K>) -> K.Value?
Returns the attribute that corresponds to a specified key path.
ある指定されたキーパスに対応する属性を返します。
subscript<K>(dynamicMember : KeyPath<AttributeDynamicLookup, K>) -> AttributeContainer.Builder<K>
Returns a modified attribute container as part of building a chain of attributes.
ある修正された属性コンテナを属性いくつかからなるある連鎖を構築することの一部として返します。
static subscript<K>(dynamicMember : KeyPath<AttributeDynamicLookup, K>) -> AttributeContainer.Builder<K>
Returns a modified attribute container as part of building a chain of attributes, for use as a static method.
ある修正された属性コンテナを属性いくつかからなるある連鎖を構築することの一部として返します、静的メソッドとして使うために。
protocol AttributedStringKey
A type that defines an attribute’s name and type.
ある型、それはある属性のもつ名前と型を定義します。
struct AttributeContainer.Builder
A type that iteratively builds attribute containers by setting attribute values.
反復的に属性コンテナそれらを属性値それらを設定することによって構築するある型。