Expose the 'extra' attribute publicly.
FossilOrigin-Name: be5fc8f6a37bf34db8e3f499ff70d8434bab30901ac53336d0dd36c8ff1b48e4
This commit is contained in:
parent
eb98af4d9e
commit
c7553feb00
1 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ import
|
|||
parseutils,
|
||||
strutils
|
||||
|
||||
const version = "0.1.0"
|
||||
const version = "0.1.1"
|
||||
|
||||
type
|
||||
TNetstringKind* = enum ## enumeration of all valid types
|
||||
|
|
@ -111,7 +111,7 @@ type
|
|||
|
||||
TNetstringNode* = ref TNetstringNodeObj
|
||||
TNetstringNodeObj* {.acyclic.} = object
|
||||
extra: string
|
||||
extra*: string
|
||||
case kind*: TNetstringKind
|
||||
of TNetstringString:
|
||||
str*: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue