Instance Methodswift 6.0.3Foundation
customPronoun(forLanguage:)
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
func customPronoun(forLanguage language: String) -> Morphology.CustomPronoun?
func customPronoun(forLanguage language: String) -> Morphology.CustomPronoun?
s10Foundation10MorphologyV13customPronoun11forLanguageAC06CustomD0VSgSS_tF
What are these?5GE4N
import Foundation
struct Morphology
@frozen struct String
A Unicode string value that is a collection of characters.
struct CustomPronoun
init()
init(from decoder: any Decoder) throws
var grammaticalGender: Morphology.GrammaticalGender?
var number: Morphology.GrammaticalNumber?
var partOfSpeech: Morphology.PartOfSpeech?
func encode(to encoder: any Encoder) throws
mutating func setCustomPronoun(_ pronoun: Morphology.CustomPronoun?, forLanguage language: String) throws
enum GrammaticalGender
enum GrammaticalNumber
enum PartOfSpeech