Post #2937841
2026-05-13 19:33 UTC
@lritter@mastodon.gamedev.place are all strings in Scopes GrowingStrings that are "managed" on the heap?
Replies (1)
-
@lritter@mastodon.gamedev.place 2026-05-13 19:54
@cda@macaw.social we also started doing stringviews (slices). but yes. a dynamic char array is the default string type. https://hg.sr.ht/~duangle/scopes/browse/lib/scopes/String.sc?rev=tip