Grapheme.opSlice

Random-access range over Grapheme's $(CHARACTERS).

Warning: Invalidates when this Grapheme leaves the scope, attempts to use it then would lead to memory corruption.

  1. SliceOverIndexed!Grapheme opSlice(size_t a, size_t b)
    struct Grapheme
    @nogc nothrow pure return
    SliceOverIndexed!Grapheme
    opSlice
    (
    size_t a
    ,
    size_t b
    )
  2. SliceOverIndexed!Grapheme opSlice()

Meta