stride

stride() returns the length of a UTF-32 sequence starting at index i in string s.

  1. uint stride(char[] s, size_t i)
  2. uint stride(wchar[] s, size_t i)
  3. uint stride(dchar[] s, size_t i)
    uint
    stride
    (
    in dchar[] s
    ,)

Return Value

Type: uint

The return value will always be 1.

Meta