| bucket_count | R Documentation |
Obtain the container's number of buckets.
bucket_count(x)
x |
A CppUnorderedSet, CppUnorderedMultiset, CppUnorderedMap, CppUnorderedMultimap object. |
Returns the container's number of buckets.
max_bucket_count, load_factor, size.
s <- cpp_unordered_set(6:10)
s
# 10 9 8 7 6
bucket_count(s)
# [1] 13
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.