Struct ocaml::List[][src]

pub struct List(_);

OCaml list type

Methods

impl List
[src]

Create a new OCaml list

List length

Add an element to the front of the list

List head

List tail

Trait Implementations

impl From<List> for Value
[src]

Performs the conversion.

impl From<Value> for List
[src]

Performs the conversion.

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

Performs the conversion.

Auto Trait Implementations

impl Send for List

impl Sync for List