MCPcopy Index your code
hub / github.com/arrayfire/arrayfire-rust / len

Method len

src/core/index.rs:223–225  ·  view source on GitHub ↗

Get number of indexing objects set

(&self)

Source from the content-addressed store, hash-verified

221
222 /// Get number of indexing objects set
223 pub fn len(&self) -> usize {
224 self.count
225 }
226
227 /// Check if any indexing objects are set
228 pub fn is_empty(&self) -> bool {

Callers 9

hostMethod · 0.80
eval_multipleFunction · 0.80
accum_using_channelFunction · 0.80
join_manyFunction · 0.80
reorder_v2Function · 0.80
indexFunction · 0.80
assign_seqFunction · 0.80
index_genFunction · 0.80
assign_genFunction · 0.80

Calls

no outgoing calls

Tested by 1

accum_using_channelFunction · 0.64