You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
1
# BasicString
2
+
3
+
## Content of basic-string repository was moved to [BTL](https://github.com/submada/btl) repository as subpackage [btl:string](https://code.dlang.org/packages/btl%3Astring)
4
+
5
+
## Documentation
6
+
https://submada.github.io/btl/btl/string.html
7
+
2
8
## C++-style string for D using `std.experimental.allocator`.
3
9
4
10
The `BasicString` is the generalization of struct string for character type `char`, `wchar` and `dchar`.
@@ -17,9 +23,6 @@ Compatible with `-betterC`
17
23
18
24
Does not rely on runtime type information (`TypeInfo`).
0 commit comments