FixedString.length

  1. size_t length()
  2. void length(size_t rhs)
    struct FixedString(size_t maxSize, CharT = char)
    @nogc nothrow pure @safe
    void
    length
    (
    in size_t rhs
    )

Meta