mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-24 15:41:43 +00:00
progress
This commit is contained in:
@@ -26,8 +26,8 @@ else:
|
||||
|
||||
type
|
||||
LongString {.core.} = object
|
||||
rc: int # atomic reference count; 1 = unique owner
|
||||
fullLen: int
|
||||
rc: int # atomic reference count; 1 = unique owner
|
||||
capImpl: int # bit 0: heap-allocated; upper bits: capacity (cap = capImpl shr 1)
|
||||
data: UncheckedArray[char]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user