libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
IDBKeyRange.bound
libwasm
bindings
IDBKeyRange
IDBKeyRange
Undocumented in source. Be warned that the author may not have intended to support it.
auto
bound
(T0 lower, T1 upper, bool lowerOpen, bool upperOpen)
auto
bound
(T0 lower, T1 upper, bool lowerOpen)
struct
IDBKeyRange
nothrow
auto
bound
(
T0
T1
)
(
scope
auto
ref
T0
lower
,
scope
auto
ref
T1
upper
,
bool
lowerOpen
)
auto
bound
(T0 lower, T1 upper)
Meta
Source
See Implementation
libwasm
bindings
IDBKeyRange
IDBKeyRange
constructors
this
functions
bound
includes
lower
lowerBound
lowerOpen
only
upper
upperBound
upperOpen
variables
handle