mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
the description of what byUTF returns is more clear
This commit is contained in:
parent
5d7d9a1d9f
commit
cd9fd4edb8
1 changed files with 4 additions and 3 deletions
|
@ -4278,9 +4278,10 @@ private int impureVariable;
|
|||
* Does not use GC if `useReplacementDchar` is set to `UseReplacementDchar.no`
|
||||
*
|
||||
* Returns:
|
||||
* A bidirectional range if `R` is a range and not auto-decodable, as defined by
|
||||
* $(REF isAutodecodableString, std, traits), and if the base range is
|
||||
* also a bidirectional range.
|
||||
* A bidirectional range if `R` is a bidirectional range and not auto-decodable,
|
||||
* as defined by $(REF isAutodecodableString, std, traits).
|
||||
*
|
||||
* A forward range if `R` is a forward range and not auto-decodable.
|
||||
*
|
||||
* Or, if `R` is a range and it is auto-decodable and
|
||||
* `is(ElementEncodingType!typeof(r) == C)`, then the range is passed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue