static func == (DynamicTypeSize , DynamicTypeSize ) -> Bool
Indicates whether two dynamic type sizes are equal.
static func != (Self, Self) -> Bool
Indicates whether two dynamic type sizes are unequal.
static func < (DynamicTypeSize , DynamicTypeSize ) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.
最初の引数の値が2番目の引数のそれより少ないかどうかを指し示しているブール値を返します。
func hash(into: inout Hasher)
Hashes the essential components of the dynamic type size by passing them into the given hash function.