RCXString.opDollar

Returns the length of the string

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

Meta