Generic StructureFloating
FloatingPointParseStrategy
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
struct FloatingPointParseStrategy<Format> where Format : FormatStyle
, Format.FormatInput
: BinaryFloatingPoint
Topics 話題
Declaring Input and Output Types 入力および出力型を宣言する
Specifying Parse Behavior 構文解析挙動を指定する
Performing Parsing 構文解析を実行する
Encoding and Decoding エンコーディングとデコーディング
Hashing ハッシュ化
Comparing Floating-Point Parse Strategies 浮動小数点構文解析戦略を比較する
Initializers イニシャライザ
Relationships 関係
Conforms To 次に準拠
See Also 参照
Data Parsing in Swift Swiftにおけるデータ構文解析
protocol ParseableFormatStyle
A type that can convert a given input data type into a representation in an output type.
ある型、それは与えられた入力データ型をある出力型における表現へと変換できるものです。