diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/tanya/container/string.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tanya/container/string.d b/source/tanya/container/string.d index 3c89f0f..564a84c 100644 --- a/source/tanya/container/string.d +++ b/source/tanya/container/string.d @@ -456,6 +456,7 @@ struct String * C = Type of the character to fill the string with. * n = Number of characters to copy. * chr = Character to fill the string with. + * allocator = Allocator. */ this(C)(const size_t n, const C chr, |
