README

wqbcs/moon_collections/traits does not have a README file

#
Collection

pub(open) trait Collection {
fn len(Self) -> Int
fn is_empty(Self) -> Bool
}

#
Deterministic

pub(open) trait Deterministic : Collection {
fn fingerprint(Self) -> UInt64
fn ordered_eq(Self, Self) -> Bool
}

Source Files