[][src]Module canrun::collections::lvec

A Vec-like data structure with LVar values.

Macros

lvec

Create an LVec<T> with automatic value IntoVal wrapping.

Structs

LVec

A Vec-like data structure with LVar values.

Functions

member

Create a Goal that attempts to unify a Val<T> with any of the items in a LVec<T>.

subset

Create a Goal that attempts to unify a Val<T> with any of the items in a LVec<T>.