Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
host
Method · 0.80
eval_multiple
Function · 0.80
accum_using_channel
Function · 0.80
join_many
Function · 0.80
reorder_v2
Function · 0.80
index
Function · 0.80
assign_seq
Function · 0.80
index_gen
Function · 0.80
assign_gen
Function · 0.80
Calls
no outgoing calls
Tested by
1
accum_using_channel
Function · 0.64