Elektrine lite

← Feed

@cda@macaw.social

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)

  • @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

    Open ##2937846