Fix parameter count for docs in container.string
This commit is contained in:
parent
bc61809050
commit
a648e2120a
@ -41,10 +41,7 @@ helper functions).
|
|||||||
|
|
||||||
### Current status
|
### Current status
|
||||||
|
|
||||||
The library is currently under development, but the API is becoming gradually
|
Following modules are under development:
|
||||||
stable.
|
|
||||||
|
|
||||||
Following modules are coming soon:
|
|
||||||
|
|
||||||
| Feature | Branch | Build status |
|
| Feature | Branch | Build status |
|
||||||
|--------------|:------------:|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|--------------|:------------:|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
@ -72,4 +69,4 @@ Since I'm mostly busy writing new code and implementing new features I would
|
|||||||
appreciate, if anyone uses the library. It would help me to improve the
|
appreciate, if anyone uses the library. It would help me to improve the
|
||||||
codebase and fix issues.
|
codebase and fix issues.
|
||||||
|
|
||||||
Feel free to contact me if you have any questions.
|
Feel free to contact me if you have any questions: info@caraus.de.
|
||||||
|
@ -456,6 +456,7 @@ struct String
|
|||||||
* C = Type of the character to fill the string with.
|
* C = Type of the character to fill the string with.
|
||||||
* n = Number of characters to copy.
|
* n = Number of characters to copy.
|
||||||
* chr = Character to fill the string with.
|
* chr = Character to fill the string with.
|
||||||
|
* allocator = Allocator.
|
||||||
*/
|
*/
|
||||||
this(C)(const size_t n,
|
this(C)(const size_t n,
|
||||||
const C chr,
|
const C chr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user