View Source FDB.KeySelectorRange (fdb v6.3.23-0)

Link to this section Summary

Link to this section Types

Specs

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

Specs

Specs

starts_with(any()) :: t()