دادهساختار آرایهی بیتی
عملیات
Value
RetrieveAt (
Rank rank
)
مقدار ذخیره شده در رتبه (اندیس) داده شده را برمیگرداند.
StoreAt (
Rank rank
, Value value
)
مقدار داده شده را در رتبه (اندیس) داده شده ذخیره میکند. در صورت وجود، آن را تغییر میدهد.
Positive Integral
Size (
)
Returns the size of the elements in the container (Most likely it is the count of the elements)
Boolean
IsEmpty (
)
Returns true if the capacity has no elements, false otherwise.
Boolean
ContainsValue (
Value value
)
Checks if the container contains the given value or not