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

Expand description

A Vec-like data structure with LVar values.

Macros

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

Structs

A Vec-like data structure with LVar values.

Functions

Create a Goal that attempts to unify a Val<T> with the item at a specific index in a LVec<T>.

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

Create a Goal that attempts to unify an LVec<T> with a slice from another LVec<T> defined by a [‘Range’].

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