objectStore<K extends SdbKey, V extends SdbValue> abstract method
get an existing store.
Implementation
SdbOpenStoreRef<K, V> objectStore<K extends SdbKey, V extends SdbValue>(
SdbStoreRef<K, V> store,
);