var capacity: Int
The actual number of elements that can be stored in this object.
このオブジェクトに格納できる要素の実際の数。
var buffer: AnyObject
Returns the object instance being used for storage.
ストレージのために使われているオブジェクトインスタンスを返します。
func isUniqueReference () -> Bool
Returns
true
if self
holds the only strong reference to its buffer; otherwise, returns false
.
true
を返します、もしself
がそれのバッファに対する強い参照のみを保持するならば;そうでなければ、false
を返します。