Initializerswift 6.0.3FoundationEssentials
init(rawValue:)
- iOS
- 8.0+
- macOS
- 10.10+
- tvOS
- 9.0+
- watchOS
- 2.0+
init(rawValue: UInt)
init(rawValue: UInt)
s20FoundationEssentials4DataV21Base64DecodingOptionsV8rawValueAESu_tcfc
What are these?1I6VE
import FoundationEssentials
struct Base64DecodingOptions
@frozen struct Data
@frozen struct UInt
An unsigned integer value type.
static let ignoreUnknownCharacters: Data.Base64DecodingOptions
Modify the decoding algorithm so that it ignores unknown non-Base-64 bytes, including line ending characters.
let rawValue: UInt