fdb v5.1.7-5 FDB.KeySelectorRange View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %FDB.KeySelectorRange{ begin: FDB.KeySelector.t(), end: FDB.KeySelector.t() }
Link to this section Functions
Link to this function
range(start_key_selector, end_key_selector)
View Source
range(FDB.KeySelector.t(), FDB.KeySelector.t()) :: t()