Enum nock::Shape [] [src]

pub enum Shape<A, N> {
    Atom(A),
    Cell(N, N),
}

A wrapper for referencing Noun-like patterns.

Variants

Trait Implementations

impl<A: Copy, N: Copy> Copy for Shape<A, N>
[src]

impl<A: Clone, N: Clone> Clone for Shape<A, N>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more