vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
RedisList.Dollar
index
vibe
db
redis
types
RedisList
Undocumented in source.
struct
RedisList
(T = string)
struct
Dollar {
long
offset
;
Dollar
opAdd
(long off);
Dollar
opSub
(long off);
}
Members
Functions
opAdd
Dollar
opAdd
(long off)
Undocumented in source. Be warned that the author may not have intended to support it.
opSub
Dollar
opSub
(long off)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
offset
long
offset
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
db
redis
types
RedisList
constructors
this
functions
insertAfter
insertBack
insertBackIfExists
insertBefore
insertFront
insertFrontIfExists
length
opApply
opDollar
opIndex
opIndexAssign
opSlice
removeAll
removeBack
removeFirst
removeFront
removeFrontBlock
removeLast
trim
structs
Dollar
variables
value