IDBKeyRange.bound

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto bound(T0 lower, T1 upper, bool lowerOpen, bool upperOpen)
    struct IDBKeyRange
    nothrow
    bound
    (
    T0
    T1
    )
    (
    scope auto ref T0 lower
    ,
    scope auto ref T1 upper
    ,,)
  2. auto bound(T0 lower, T1 upper, bool lowerOpen)
  3. auto bound(T0 lower, T1 upper)

Meta