[][src]Module dashcache::arr

Cached immutable arrays, bags, and sets of values

Structs

CachedArr

A cached array satisfying a given predicate P

Sorted

A marker type indicating an array which is sorted by address, but may have duplicates

Uniq

A marker type indicating an array which is strictly sorted by address (i.e. no duplicates)

Traits

BagMarker

A marker trait indicating that CachedArrs satisfying this predicate may be used as a bag

EmptyPredicate

A marker type for a predicate which is true for any empty array

SetMarker

A marker trait indicating that CachedArrs satisfying this predicate may be used as a set

Type Definitions

CachedBag

A cached bag of elements

CachedSet

A cached set of elements