Instance Propertyswift-certificates 1.8.0X509
startIndex
NameConstraints.swift:366var startIndex: Index { get }
var startIndex: Index { get }
s4X50915NameConstraintsV10URIDomainsV10startIndexAE0F0Vvp
What are these?1DONA
import X509
A library for working with X.509 certificates.
struct URIDomains
struct NameConstraints
Constraints the namespace within which all subject names issued by a given CA must reside.
struct Index
init(_ elements: some Sequence<String>)
init(arrayLiteral elements: String...)
var description: String { get }
var endIndex: Index { get }
subscript(position: Index) -> String { get }
static func == (lhs: Self, rhs: Self) -> Bool
func hash(into hasher: inout Hasher)
func index(after i: Index) -> Index