RCXString.length

Returns the length of the string

  1. size_t length()
    struct RCXString(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
    pure nothrow const @nogc
    size_t
    length
    ()
  2. alias opDollar = length

Meta