PropertyArray
open class PropertyArray : ObjectBase
A fixed-length mutable array of item type Property.
-
An immutable empty
PropertyArray.Declaration
Swift
nonisolated(unsafe) public static let empty: PropertyArray -
The number of items in this array.
Declaration
Swift
@inline(__always) public final var length: Int { get }