Type Definition librsnek::system::primitives::List [] [src]

type List = Vec<RtObject>;

List is backed by a Vec type which is an array list.