init()
Creates a new value equal to zero.
ゼロに等しい新しい値を作成します。
init(integerLiteral : Int)
Creates an instance initialized to the specified integer value.
指定された整数値に初期化されるインスタンスを作成します。
func distance(to: Int) -> Int
Returns the distance from this value to the given value, expressed as a stride.
この値から特定の値までの隔たりを返します、ストライドとして表されます。
func advanced(by: Int) -> Int
Returns a value that is offset the specified distance from this value.
指定の隔たりをこの値からオフセットされたある値を返します。
typealias Int.Stride
A type that represents the distance between two values.
2つの値の間の隔たりを表す型。
var hashValue : Int
The hash value.
ハッシュ値。