Thin wrapper around the deferred-size character intrinisc
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(kind=tfc, len=:), | public, | allocatable | :: | key |
Raw representation of the key to the TOML value |
||
integer, | public | :: | origin | = | 0 |
Original source of the value |
type :: toml_key !> Raw representation of the key to the TOML value character(kind=tfc, len=:), allocatable :: key !> Original source of the value integer :: origin = 0 end type toml_key