RCXString.back

Returns the last code point of this.

  1. dchar back()
    struct RCXString(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
    pure nothrow const @property @nogc
    static if(isString)
    dchar
    back
    ()
  2. E back()

Meta