adjustForward

Adjust idx to point at the start of a UTF sequence or at the end of str.

  1. size_t adjustBack(C[] str, size_t idx)
  2. size_t adjustForward(C[] str, size_t idx)
    @safe pure nothrow @nogc
    size_t
    adjustForward
    (
    C
    )
    (
    in C[] str
    ,
    size_t idx
    )

Meta