func atIndex (Int) -> NSAppleEventDescriptor?
Returns the descriptor at the specified (one-based) position in the receiving descriptor list.
レシーバである記述子リストの中の指定された位置(1起点)での記述子を返します。
func insert(NSAppleEventDescriptor, at: Int)
Inserts a descriptor at the specified (one-based) position in the receiving descriptor list, replacing the existing descriptor, if any, at that position.
ある記述子をレシーバである記述子リストの中の指定された位置(1起点)で挿入します、既存の記述子を、もしあれば、その位置で置き換えます。