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番目の引数のそれより少ないかどうかを指し示しているブール値を返します。
var hashValue : Int
The hashed value of the dynamic type size.