validate

Returns whether the given nstring is a valid UTF-8 string

  1. bool validate(const(char)[4] seq)
  2. bool validate(inout(char)[] str)
    @nogc
    bool
    validate
    (
    inout(char)[] str
    )

Meta