RedisList.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opSlice(S start, E end)
    struct RedisList(T = string)
    opSlice
    (
    S
    E
    )
    (,
    E end
    )
    if (
    (
    is(S : long) ||
    is(S == Dollar)
    )
    &&
    (
    is(E : long) ||
    is(E == Dollar)
    )
    )
  2. auto opSlice()

Meta