pub external type Identifier
pub type Options { Set OrderedSet Bag DuplicateBag Public Protected Private NamedTable }
Set
OrderedSet
Bag
DuplicateBag
Public
Protected
Private
NamedTable
pub external fn delete(table: a, id) -> Bool
pub external fn insert(table: a, tuple) -> Bool
pub external fn lookup(table: a, id) -> List(b)
pub external fn new( table: a, options: List(Options), ) -> Identifier