MCPcopy 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)]
27pub struct List<'gc> {
28 pub kind: ListKind,
29 pub data: Vec<Value<'gc>>,
30}
31
32impl<'gc> List<'gc> {
33 pub fn array(data: Vec<Value<'gc>>) -> Self {

Callers 2

arrayMethod · 0.85
dispatch_nextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected