Cigar.opSlice

Get a Slice of cigar ops from a range in the Cigar string

  1. auto opSlice()
  2. auto opSlice(T start, T end)
    struct Cigar
    opSlice
    (
    T
    )
    (,
    T end
    )
    if (
    isIntegral!T
    )

Meta