Instance Propertyswift-testing 6.0.2Testing
typeInfo
Information about the type of this value.
Expression.swift:150This declaration is gated by at least one @_spi attribute.
var typeInfo: TypeInfo
Other members in extension
Type members
Show system interfaces (1)
Hide system interfaces
Instance members
Show system interfaces (5)
Hide system interfaces
var children: [`Self`]?
The children of this value, representing its substructure, if any.
var debugDescription: String
A debug description of this value, formatted using
String(reflecting:)
.var description: String
A description of this value, formatted using
init(describingForTest:)
.var isCollection: Bool
Whether or not this value represents a collection of values.
var label: String?
The label associated with this value, if any.