Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ List
Class
List
aiscript-vm/src/object.rs:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
#[derive(Collect)]
26
#[collect(no_drop)]
27
pub struct List<'gc> {
28
pub kind: ListKind,
29
pub data: Vec<Value<'gc>>,
30
}
31
32
impl<
'gc> List<'
gc> {
33
pub fn array(data: Vec<Value<'gc>>) -> Self {
Callers
2
array
Method · 0.85
dispatch_next
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected