pub unsafe extern "C" fn cass_collection_new(
    type_: CassCollectionType,
    item_count: usize
) -> *mut CassCollection
Expand description

Creates a new collection.

@public @memberof CassCollection

@param[in] type @param[in] item_count The approximate number of items in the collection. @return Returns a collection that must be freed.

@see cass_collection_free()