var description: String
A string that represents the contents of the dictionary, formatted as a property list.
辞書の内容を表す文字列、プロパティリストとして書式設定されます。
func description(withLocale : Any?) -> String
Returns a string object that represents the contents of the dictionary, formatted as a property list.
辞書の内容を表す文字列オブジェクトを返します、プロパティリストとして書式設定されます。
func description(withLocale : Any?, indent: Int) -> String
Returns a string object that represents the contents of the dictionary, formatted as a property list.
辞書の内容を表す文字列オブジェクトを返します、プロパティリストとして書式設定されます。
var customMirror : Mirror
A mirror that reflects the dictionary.
辞書を反映するミラー。