Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/endbasic/endbasic
/ ndims
Method
ndims
core/src/bytecode.rs:278–280 ·
view source on GitHub ↗
Returns the number of dimensions.
(self)
Source
from the content-addressed store, hash-verified
276
277
/// Returns the number of dimensions.
278
pub(crate) fn ndims(self) -> u8 {
279
self.0 & 0x0f
280
}
281
}
282
283
impl fmt::Display for PackedArrayType {
Callers
1
do_alloc_array
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected