Initializerswift 6.0.3FoundationEssentials
init(from:)
- iOS
- 18+
- macOS
- 15+
- tvOS
- 18+
- watchOS
- 11+
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s20FoundationEssentials20PredicateExpressionsO0C5RegexV4fromAEs7Decoder_p_tKcfc
What are these?6ZB6A
import FoundationEssentials
struct PredicateRegex
@frozen enum PredicateExpressions
protocol Decoder
A type that can decode values from a native format into in-memory representations.
init?(_ component: some RegexComponent)
var description: String { get }
var regex: Regex<AnyRegexOutput> { get }
let stringRepresentation: String
func encode(to encoder: any Encoder) throws