initSidebarItems({"mod":[["cmp","The `cmp` module holds the mechanisms needed to compare values and express conditionals."],["idx","The `idx` module described the traits indexers must adhere to, and implements sensible default indexers."]],"struct":[["Store","A `Store` is the main storage unit in shortcut. It keeps track of all the rows of data, as well as what indices are available. You will generally be accessing the `Store` either through the `find` method (which lets you find rows that match a certain condition), or through the `insert` method, which lets you add another row."]]});