Struct ocaml::List [] [src]

pub struct List(_, _);

OCaml list type

Methods

impl List
[src]

[src]

Create a new OCaml list

[src]

List length

[src]

Add an element to the front of the list

[src]

List head

[src]

List tail

Trait Implementations

impl<R: AsRef<[Value]>> From<R> for List
[src]

[src]

Performs the conversion.