Docs.rs
stak-vm-0.11.0
stak-vm 0.11.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
raviqqe
Dependencies
cfg-elif ^0.6.3
normal
nonbox ^0.5.10
normal
optional
stak-util ^0.11.0
normal
winter-maybe-async ^0.13.1
normal
insta ^1.43.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Heap
stak_vm
0.11.0
Heap
Implementations on Foreign Types
&mut [Value]
[Value; N]
Implementors
In crate stak_
vm
stak_vm
Trait
Heap
Copy item path
Source
pub trait Heap:
AsRef
<[
Value
]> +
AsMut
<[
Value
]> { }
Expand description
A heap memory.
Implementations on Foreign Types
§
Source
§
impl
Heap
for &mut [
Value
]
Source
§
impl<const N:
usize
>
Heap
for [
Value
;
N
]
Implementors
§