Updated comments and doc

This commit is contained in:
Alexis Bridoux 2022-03-19 19:11:38 +01:00
parent 94df6e5659
commit 5ea76998d9
592 changed files with 593 additions and 593 deletions

View File

@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:5.6
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

View File

@ -15,7 +15,7 @@ public protocol ExplorerValueRepresentable {
func explorerValue() throws -> ExplorerValue
}
/// Can be instantiated from an `ExplorerValue`
/// Can be instantiated from an ``ExplorerValue``
/// - note: Default implementation provided for types conforming to `Decodable`
public protocol ExplorerValueCreatable {
@ -23,7 +23,7 @@ public protocol ExplorerValueCreatable {
init(from explorerValue: ExplorerValue) throws
}
/// Can be represented *as* and instantiated *from* an `ExplorerValue`
/// Can be represented *as* and instantiated *from* an ``ExplorerValue``
/// - note: Default implementation provided for types conforming to `Codable`
public typealias ExplorerValueConvertible = ExplorerValueRepresentable & ExplorerValueCreatable

View File

@ -21,6 +21,7 @@ Supported formats:
- ``PathExplorer``
- ``PathExplorers``
- ``ExplorerValue``
- ``ExplorerError``
### Manipulate paths
@ -47,7 +48,6 @@ Supported formats:
### Set and add custom types
- <doc:custom-types-explorerValue>
- ``ExplorerValue``
- ``ExplorerValueCreatable``
- ``ExplorerValueRepresentable``
- ``ExplorerValueConvertible``

View File

@ -8,12 +8,11 @@ import Scout
/// Type serving only the purpose to map dictionaries or arrays
/// returned by a `PathExplorer` to a `String` value.
///
/// Init throws if the value is not single.
public struct GroupExportValue: ExplorerValueCreatable {
public let value: String
/// - throws: if the value is not single.
public init(from explorerValue: ExplorerValue) throws {
switch explorerValue {
case .string(let string): value = string

View File

@ -5,6 +5,7 @@
import Scout
/// The possible types when setting values in a path
public enum ValueType: Equatable {
case string(String)
case real(String)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"internalParam","text":"lhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"internalParam","text":"rhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/!=(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/!=(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Equatable.!=(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"!=(_:_:)","roleHeading":"Operator","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"symbolKind":"op","externalID":"s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:5Scout6BoundsV","extendedModule":"Swift","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Equatable-Implementations"]]},"references":{"doc://Scout/documentation/Scout/Bounds/Equatable-Implementations":{"role":"collectionGroup","title":"Equatable Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Equatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/bounds\/equatable-implementations"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout/Bounds/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/!=(_:_:)"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"internalParam","text":"lhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"internalParam","text":"rhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/!=(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/!=(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Equatable.!=(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"!=(_:_:)","roleHeading":"Operator","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"symbolKind":"op","externalID":"s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:5Scout6BoundsV","extendedModule":"Swift","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Equatable-Implementations"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Equatable-Implementations":{"role":"collectionGroup","title":"Equatable Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Equatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/bounds\/equatable-implementations"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout/Bounds/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/!=(_:_:)"}}}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"internalParam","text":"lhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"internalParam","text":"rhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/!=(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/!=(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Equatable.!=(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"!=(_:_:)","roleHeading":"Operator","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"symbolKind":"op","externalID":"s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:5Scout6BoundsV5BoundV","extendedModule":"Swift","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/Equatable-Implementations"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Bound/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/!=(_:_:)"},"doc://Scout/documentation/Scout/Bounds/Bound/Equatable-Implementations":{"role":"collectionGroup","title":"Equatable Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/Equatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/equatable-implementations"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"internalParam","text":"lhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"internalParam","text":"rhs"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/!=(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/!=(_:_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"Equatable.!=(_:_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"!=(_:_:)","roleHeading":"Operator","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"symbolKind":"op","externalID":"s:SQsE2neoiySbx_xtFZ::SYNTHESIZED::s:5Scout6BoundsV5BoundV","extendedModule":"Swift","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/Equatable-Implementations"]]},"references":{"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Bound/Equatable-Implementations":{"role":"collectionGroup","title":"Equatable Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/Equatable-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/equatable-implementations"},"doc://Scout/documentation/Scout/Bounds/Bound/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/!=(_:_:)"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"}}}

View File

@ -1 +1 @@
{"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/equatable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/Equatable-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"Equatable Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound"]]},"topicSections":[{"title":"Operators","identifiers":["doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/!=(_:_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/Bounds/Bound/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/!=(_:_:)"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"}}}
{"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/equatable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/Equatable-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"Equatable Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound"]]},"topicSections":[{"title":"Operators","identifiers":["doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/!=(_:_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout/Bounds/Bound/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/!=(_:_:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"first"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","preciseIdentifier":"s:5Scout6BoundsV","text":"Bounds"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV","text":"Bound"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/first"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/first","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"first"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"}],"title":"first","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout6BoundsV5BoundV5firstAEvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound"]]},"references":{"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout/Bounds/Bound/first":{"role":"symbol","title":"first","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"first"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/first","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/first"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"first"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","preciseIdentifier":"s:5Scout6BoundsV","text":"Bounds"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV","text":"Bound"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/first"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/first","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"first"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"}],"title":"first","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout6BoundsV5BoundV5firstAEvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound"]]},"references":{"doc://Scout/documentation/Scout/Bounds/Bound/first":{"role":"symbol","title":"first","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"first"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/first","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/first"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/init(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/init(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"title":"init(_:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout6BoundsV5BoundVyAESicfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound"]]},"references":{"doc://Scout/documentation/Scout/Bounds/Bound/init(_:)":{"role":"symbol","title":"init(_:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/init(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/init(_:)"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/init(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/init(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"title":"init(_:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout6BoundsV5BoundVyAESicfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound"]]},"references":{"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Bound/init(_:)":{"role":"symbol","title":"init(_:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/init(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/init(_:)"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/init(integerliteral:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/init(integerLiteral:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ExpressibleByIntegerLiteral.init(integerLiteral:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"title":"init(integerLiteral:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout6BoundsV5BoundV14integerLiteralAESi_tcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound"]]},"references":{"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Bound/init(integerLiteral:)":{"role":"symbol","title":"init(integerLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/init(integerLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/init(integerliteral:)"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/init(integerliteral:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/init(integerLiteral:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ExpressibleByIntegerLiteral.init(integerLiteral:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"title":"init(integerLiteral:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout6BoundsV5BoundV14integerLiteralAESi_tcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound"]]},"references":{"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Bound/init(integerLiteral:)":{"role":"symbol","title":"init(integerLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/init(integerLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/init(integerliteral:)"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"last"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","preciseIdentifier":"s:5Scout6BoundsV","text":"Bounds"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV","text":"Bound"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/last"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/last","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"last"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"}],"title":"last","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout6BoundsV5BoundV4lastAEvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound"]]},"references":{"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout/Bounds/Bound/last":{"role":"symbol","title":"last","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"last"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/last","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/last"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"last"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","preciseIdentifier":"s:5Scout6BoundsV","text":"Bounds"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV","text":"Bound"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/bound\/last"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/last","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"last"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"}],"title":"last","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout6BoundsV5BoundV4lastAEvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds","doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Bound/last":{"role":"symbol","title":"last","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"last"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound\/last","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/bound\/last"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"}}}

View File

@ -1 +1 @@
{"variants":[{"paths":["\/documentation\/scout\/bounds\/equatable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Equatable-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"Equatable Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds"]]},"topicSections":[{"title":"Operators","identifiers":["doc:\/\/Scout\/documentation\/Scout\/Bounds\/!=(_:_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout/Bounds/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/!=(_:_:)"}}}
{"variants":[{"paths":["\/documentation\/scout\/bounds\/equatable-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Equatable-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"Equatable Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds"]]},"topicSections":[{"title":"Operators","identifiers":["doc:\/\/Scout\/documentation\/Scout\/Bounds\/!=(_:_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/Bounds/!=(_:_:)":{"role":"symbol","title":"!=(_:_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"!="},{"kind":"text","text":" "},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":", "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/!=(_:_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/!=(_:_:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"lower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","preciseIdentifier":"s:5Scout6BoundsV","text":"Bounds"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV","text":"Bound"},{"kind":"text","text":", "},{"kind":"externalParam","text":"upper"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","preciseIdentifier":"s:5Scout6BoundsV","text":"Bounds"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV","text":"Bound"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/init(lower:upper:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/init(lower:upper:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"lower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"upper"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"},{"kind":"text","text":")"}],"title":"init(lower:upper:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout6BoundsV5lower5upperA2C5BoundV_AGtcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout/Bounds/init(lower:upper:)":{"role":"symbol","title":"init(lower:upper:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"lower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"upper"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/init(lower:upper:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/init(lower:upper:)"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"lower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","preciseIdentifier":"s:5Scout6BoundsV","text":"Bounds"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV","text":"Bound"},{"kind":"text","text":", "},{"kind":"externalParam","text":"upper"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","preciseIdentifier":"s:5Scout6BoundsV","text":"Bounds"},{"kind":"text","text":"."},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV","text":"Bound"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/init(lower:upper:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/init(lower:upper:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"lower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"upper"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"},{"kind":"text","text":")"}],"title":"init(lower:upper:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout6BoundsV5lower5upperA2C5BoundV_AGtcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds"]]},"references":{"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds/Bound":{"role":"symbol","title":"Bounds.Bound","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bound"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/Bound","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bound"}],"url":"\/documentation\/scout\/bounds\/bound"},"doc://Scout/documentation/Scout/Bounds/init(lower:upper:)":{"role":"symbol","title":"init(lower:upper:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"lower"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"},{"kind":"text","text":", "},{"kind":"externalParam","text":"upper"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bounds","preciseIdentifier":"s:5Scout6BoundsV"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"Bound","preciseIdentifier":"s:5Scout6BoundsV5BoundV"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/init(lower:upper:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/init(lower:upper:)"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"range"},{"kind":"text","text":"("},{"kind":"externalParam","text":"arrayCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"return-value","level":2,"type":"heading","text":"Return Value"},{"type":"paragraph","inlineContent":[{"type":"text","text":"A range made from the lower and upper bounds"}]}]},{"kind":"parameters","parameters":[{"name":"arrayCount","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The count of the array to slice"}]}]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"style":"note","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"If the bounds are invalid"}]}],"type":"aside","name":"Throws"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/range(arraycount:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/range(arrayCount:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Compute a range with the bounds for the array count."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"range"},{"kind":"text","text":"("},{"kind":"externalParam","text":"arrayCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">"}],"title":"range(arrayCount:)","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout6BoundsV5range10arrayCountSNySiGSi_tKF","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds"]]},"references":{"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"},"doc://Scout/documentation/Scout/Bounds/range(arrayCount:)":{"role":"symbol","title":"range(arrayCount:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"range"},{"kind":"text","text":"("},{"kind":"externalParam","text":"arrayCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">"}],"abstract":[{"type":"text","text":"Compute a range with the bounds for the array count."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/range(arrayCount:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/range(arraycount:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"range"},{"kind":"text","text":"("},{"kind":"externalParam","text":"arrayCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"return-value","level":2,"type":"heading","text":"Return Value"},{"type":"paragraph","inlineContent":[{"type":"text","text":"A range made from the lower and upper bounds"}]}]},{"kind":"parameters","parameters":[{"name":"arrayCount","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"The count of the array to slice"}]}]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"style":"note","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"If the bounds are invalid"}]}],"type":"aside","name":"Throws"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/bounds\/range(arraycount:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/range(arrayCount:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Compute a range with the bounds for the array count."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"range"},{"kind":"text","text":"("},{"kind":"externalParam","text":"arrayCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">"}],"title":"range(arrayCount:)","roleHeading":"Instance Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout6BoundsV5range10arrayCountSNySiGSi_tKF","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/Bounds"]]},"references":{"doc://Scout/documentation/Scout/Bounds/range(arrayCount:)":{"role":"symbol","title":"range(arrayCount:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"range"},{"kind":"text","text":"("},{"kind":"externalParam","text":"arrayCount"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"ClosedRange","preciseIdentifier":"s:SN"},{"kind":"text","text":"<"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":">"}],"abstract":[{"type":"text","text":"Compute a range with the bounds for the array count."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds\/range(arrayCount:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/bounds\/range(arraycount:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/Bounds":{"role":"symbol","title":"Bounds","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Bounds"}],"abstract":[{"type":"text","text":"Lower and upper bounds to be used to slice an array"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/Bounds","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Bounds"}],"url":"\/documentation\/scout\/bounds"}}}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","preciseIdentifier":"s:5Scout10DataFormatO","text":"DataFormat"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformat\/dataformat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/dataFormat","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"role":"symbol","title":"dataFormat","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"symbolKind":"property","externalID":"s:5Scout13CodableFormatP04dataC0AA04DataC0OvpZ","required":true,"modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormat"]]},"references":{"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/DataFormat":{"role":"symbol","title":"DataFormat","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DataFormat"}],"abstract":[{"type":"text","text":"Unique identifier of a data format"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"DataFormat"}],"url":"\/documentation\/scout\/dataformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat/dataFormat":{"role":"symbol","title":"dataFormat","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/dataFormat","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/scout\/codableformat\/dataformat"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","preciseIdentifier":"s:5Scout10DataFormatO","text":"DataFormat"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformat\/dataformat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/dataFormat","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"role":"symbol","title":"dataFormat","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"symbolKind":"property","externalID":"s:5Scout13CodableFormatP04dataC0AA04DataC0OvpZ","required":true,"modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormat"]]},"references":{"doc://Scout/documentation/Scout/DataFormat":{"role":"symbol","title":"DataFormat","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DataFormat"}],"abstract":[{"type":"text","text":"Unique identifier of a data format"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"DataFormat"}],"url":"\/documentation\/scout\/dataformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat/dataFormat":{"role":"symbol","title":"dataFormat","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/dataFormat","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/scout\/codableformat\/dataformat"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"type"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Decodable","preciseIdentifier":"s:Se"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformat\/decode(_:from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/decode(_:from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"role":"symbol","title":"decode(_:from:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"symbolKind":"method","externalID":"s:5Scout13CodableFormatP6decode_4fromqd__qd__m_10Foundation4DataVtKSeRd__lFZ","required":true,"modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormat"]]},"references":{"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat/decode(_:from:)":{"role":"symbol","title":"decode(_:from:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/decode(_:from:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/scout\/codableformat\/decode(_:from:)"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"type"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Decodable","preciseIdentifier":"s:Se"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformat\/decode(_:from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/decode(_:from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"role":"symbol","title":"decode(_:from:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"symbolKind":"method","externalID":"s:5Scout13CodableFormatP6decode_4fromqd__qd__m_10Foundation4DataVtKSeRd__lFZ","required":true,"modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormat"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat/decode(_:from:)":{"role":"symbol","title":"decode(_:from:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/decode(_:from:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/scout\/codableformat\/decode(_:from:)"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformat\/encode(_:rootname:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/encode(_:rootName:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"role":"symbol","title":"encode(_:rootName:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"symbolKind":"method","externalID":"s:5Scout13CodableFormatP6encode_8rootName10Foundation4DataVqd___SSSgtKSERd__lFZ","required":true,"modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormat"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat/encode(_:rootName:)":{"role":"symbol","title":"encode(_:rootName:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/encode(_:rootName:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/scout\/codableformat\/encode(_:rootname:)"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformat\/encode(_:rootname:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/encode(_:rootName:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"symbol","metadata":{"role":"symbol","title":"encode(_:rootName:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"symbolKind":"method","externalID":"s:5Scout13CodableFormatP6encode_8rootName10Foundation4DataVqd___SSSgtKSERd__lFZ","required":true,"modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormat"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodableFormat/encode(_:rootName:)":{"role":"symbol","title":"encode(_:rootName:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/encode(_:rootName:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/scout\/codableformat\/encode(_:rootname:)"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformat\/foldedregexpattern"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/foldedRegexPattern","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Regex used to find folded marks in the description of a folded explorer"}],"kind":"symbol","metadata":{"role":"symbol","title":"foldedRegexPattern","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"property","externalID":"s:5Scout13CodableFormatP18foldedRegexPatternSSvpZ","required":true,"modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormat"]]},"references":{"doc://Scout/documentation/Scout/CodableFormat/foldedRegexPattern":{"role":"symbol","title":"foldedRegexPattern","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"Regex used to find folded marks in the description of a folded explorer"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/foldedRegexPattern","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/scout\/codableformat\/foldedregexpattern"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformat\/foldedregexpattern"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/foldedRegexPattern","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Regex used to find folded marks in the description of a folded explorer"}],"kind":"symbol","metadata":{"role":"symbol","title":"foldedRegexPattern","roleHeading":"Type Property","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"property","externalID":"s:5Scout13CodableFormatP18foldedRegexPatternSSvpZ","required":true,"modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormat"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat/foldedRegexPattern":{"role":"symbol","title":"foldedRegexPattern","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"Regex used to find folded marks in the description of a folded explorer"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat\/foldedRegexPattern","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/scout\/codableformat\/foldedregexpattern"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondateiso8601\/codableformat-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/CodableFormat-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"CodableFormat Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601"]]},"topicSections":[{"title":"Type Methods","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/encode(_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601":{"role":"symbol","title":"CodableFormats.JsonDateIso8601","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDateIso8601"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDateIso8601"}],"url":"\/documentation\/scout\/codableformats\/jsondateiso8601"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondateiso8601\/encode(_:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondateiso8601\/codableformat-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/CodableFormat-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"CodableFormat Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601"]]},"topicSections":[{"title":"Type Methods","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/encode(_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondateiso8601\/encode(_:)"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601":{"role":"symbol","title":"CodableFormats.JsonDateIso8601","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDateIso8601"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDateIso8601"}],"url":"\/documentation\/scout\/codableformats\/jsondateiso8601"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","preciseIdentifier":"s:5Scout10DataFormatO","text":"DataFormat"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondateiso8601\/dataformat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/dataFormat","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.dataFormat"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"title":"dataFormat","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO15JsonDateIso8601O10dataFormatAA04DataH0OvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601":{"role":"symbol","title":"CodableFormats.JsonDateIso8601","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDateIso8601"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDateIso8601"}],"url":"\/documentation\/scout\/codableformats\/jsondateiso8601"},"doc://Scout/documentation/Scout/DataFormat":{"role":"symbol","title":"DataFormat","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DataFormat"}],"abstract":[{"type":"text","text":"Unique identifier of a data format"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"DataFormat"}],"url":"\/documentation\/scout\/dataformat"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601/dataFormat":{"role":"symbol","title":"dataFormat","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/dataFormat","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondateiso8601\/dataformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","preciseIdentifier":"s:5Scout10DataFormatO","text":"DataFormat"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondateiso8601\/dataformat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/dataFormat","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.dataFormat"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"title":"dataFormat","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO15JsonDateIso8601O10dataFormatAA04DataH0OvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601":{"role":"symbol","title":"CodableFormats.JsonDateIso8601","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDateIso8601"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDateIso8601"}],"url":"\/documentation\/scout\/codableformats\/jsondateiso8601"},"doc://Scout/documentation/Scout/DataFormat":{"role":"symbol","title":"DataFormat","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DataFormat"}],"abstract":[{"type":"text","text":"Unique identifier of a data format"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"DataFormat"}],"url":"\/documentation\/scout\/dataformat"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601/dataFormat":{"role":"symbol","title":"dataFormat","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/dataFormat","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondateiso8601\/dataformat"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"type"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Decodable","preciseIdentifier":"s:Se"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondateiso8601\/decode(_:from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/decode(_:from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.decode(_:from:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"title":"decode(_:from:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO15JsonDateIso8601O6decode_4fromxxm_10Foundation4DataVtKSeRzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601":{"role":"symbol","title":"CodableFormats.JsonDateIso8601","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDateIso8601"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDateIso8601"}],"url":"\/documentation\/scout\/codableformats\/jsondateiso8601"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601/decode(_:from:)":{"role":"symbol","title":"decode(_:from:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/decode(_:from:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondateiso8601\/decode(_:from:)"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"type"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Decodable","preciseIdentifier":"s:Se"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondateiso8601\/decode(_:from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/decode(_:from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.decode(_:from:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"title":"decode(_:from:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO15JsonDateIso8601O6decode_4fromxxm_10Foundation4DataVtKSeRzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601/decode(_:from:)":{"role":"symbol","title":"decode(_:from:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/decode(_:from:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondateiso8601\/decode(_:from:)"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601":{"role":"symbol","title":"CodableFormats.JsonDateIso8601","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDateIso8601"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDateIso8601"}],"url":"\/documentation\/scout\/codableformats\/jsondateiso8601"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondateiso8601\/foldedregexpattern"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/foldedRegexPattern","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.foldedRegexPattern"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"foldedRegexPattern","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO15JsonDateIso8601O18foldedRegexPatternSSvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601":{"role":"symbol","title":"CodableFormats.JsonDateIso8601","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDateIso8601"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDateIso8601"}],"url":"\/documentation\/scout\/codableformats\/jsondateiso8601"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601/foldedRegexPattern":{"role":"symbol","title":"foldedRegexPattern","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/foldedRegexPattern","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondateiso8601\/foldedregexpattern"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondateiso8601\/foldedregexpattern"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/foldedRegexPattern","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.foldedRegexPattern"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"foldedRegexPattern","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO15JsonDateIso8601O18foldedRegexPatternSSvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601":{"role":"symbol","title":"CodableFormats.JsonDateIso8601","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDateIso8601"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDateIso8601"}],"url":"\/documentation\/scout\/codableformats\/jsondateiso8601"},"doc://Scout/documentation/Scout/CodableFormats/JsonDateIso8601/foldedRegexPattern":{"role":"symbol","title":"foldedRegexPattern","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDateIso8601\/foldedRegexPattern","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondateiso8601\/foldedregexpattern"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/codableformat-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/CodableFormat-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"CodableFormat Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault"]]},"topicSections":[{"title":"Type Methods","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/encode(_:)"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"}}}
{"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/codableformat-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/CodableFormat-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"CodableFormat Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault"]]},"topicSections":[{"title":"Type Methods","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/encode(_:)"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","preciseIdentifier":"s:5Scout10DataFormatO","text":"DataFormat"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/dataformat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/dataFormat","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.dataFormat"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"title":"dataFormat","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO11JsonDefaultO10dataFormatAA04DataG0OvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/DataFormat":{"role":"symbol","title":"DataFormat","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DataFormat"}],"abstract":[{"type":"text","text":"Unique identifier of a data format"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"DataFormat"}],"url":"\/documentation\/scout\/dataformat"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/dataFormat":{"role":"symbol","title":"dataFormat","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/dataFormat","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/dataformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","preciseIdentifier":"s:5Scout10DataFormatO","text":"DataFormat"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/dataformat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/dataFormat","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.dataFormat"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"title":"dataFormat","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO11JsonDefaultO10dataFormatAA04DataG0OvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"},"doc://Scout/documentation/Scout/DataFormat":{"role":"symbol","title":"DataFormat","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DataFormat"}],"abstract":[{"type":"text","text":"Unique identifier of a data format"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"DataFormat"}],"url":"\/documentation\/scout\/dataformat"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/dataFormat":{"role":"symbol","title":"dataFormat","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/dataFormat","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/dataformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"type"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Decodable","preciseIdentifier":"s:Se"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/decode(_:from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/decode(_:from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.decode(_:from:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"title":"decode(_:from:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO11JsonDefaultO6decode_4fromxxm_10Foundation4DataVtKSeRzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/decode(_:from:)":{"role":"symbol","title":"decode(_:from:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/decode(_:from:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/decode(_:from:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"type"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Decodable","preciseIdentifier":"s:Se"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/decode(_:from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/decode(_:from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.decode(_:from:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"title":"decode(_:from:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO11JsonDefaultO6decode_4fromxxm_10Foundation4DataVtKSeRzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/decode(_:from:)":{"role":"symbol","title":"decode(_:from:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/decode(_:from:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/decode(_:from:)"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/encode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.encode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"encode(_:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"symbolKind":"method","externalID":"s:5Scout13CodableFormatPAAE6encodey10Foundation4DataVqd__KSERd__lFZ::SYNTHESIZED::s:5Scout14CodableFormatsO11JsonDefaultO","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/CodableFormat-Implementations"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/encode(_:)"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/CodableFormat-Implementations":{"role":"collectionGroup","title":"CodableFormat Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/CodableFormat-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/codableformat-implementations"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/encode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.encode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"encode(_:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"symbolKind":"method","externalID":"s:5Scout13CodableFormatPAAE6encodey10Foundation4DataVqd__KSERd__lFZ::SYNTHESIZED::s:5Scout14CodableFormatsO11JsonDefaultO","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/CodableFormat-Implementations"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/encode(_:)"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/CodableFormat-Implementations":{"role":"collectionGroup","title":"CodableFormat Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/CodableFormat-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/codableformat-implementations"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/encode(_:rootname:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:rootName:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.encode(_:rootName:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"title":"encode(_:rootName:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO11JsonDefaultO6encode_8rootName10Foundation4DataVx_SSSgtKSERzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/encode(_:rootName:)":{"role":"symbol","title":"encode(_:rootName:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:rootName:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/encode(_:rootname:)"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/encode(_:rootname:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:rootName:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.encode(_:rootName:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"title":"encode(_:rootName:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO11JsonDefaultO6encode_8rootName10Foundation4DataVx_SSSgtKSERzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/encode(_:rootName:)":{"role":"symbol","title":"encode(_:rootName:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/encode(_:rootName:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/encode(_:rootname:)"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/foldedregexpattern"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/foldedRegexPattern","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.foldedRegexPattern"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"foldedRegexPattern","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO11JsonDefaultO18foldedRegexPatternSSvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/foldedRegexPattern":{"role":"symbol","title":"foldedRegexPattern","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/foldedRegexPattern","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/foldedregexpattern"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/jsondefault\/foldedregexpattern"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/foldedRegexPattern","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.foldedRegexPattern"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"foldedRegexPattern","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO11JsonDefaultO18foldedRegexPatternSSvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault":{"role":"symbol","title":"CodableFormats.JsonDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JsonDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JsonDefault"}],"url":"\/documentation\/scout\/codableformats\/jsondefault"},"doc://Scout/documentation/Scout/CodableFormats/JsonDefault/foldedRegexPattern":{"role":"symbol","title":"foldedRegexPattern","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/JsonDefault\/foldedRegexPattern","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/jsondefault\/foldedregexpattern"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"variants":[{"paths":["\/documentation\/scout\/codableformats\/plistdefault\/codableformat-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/CodableFormat-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"CodableFormat Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault"]]},"topicSections":[{"title":"Type Methods","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/encode(_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/encode(_:)"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault":{"role":"symbol","title":"CodableFormats.PlistDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PlistDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PlistDefault"}],"url":"\/documentation\/scout\/codableformats\/plistdefault"}}}
{"variants":[{"paths":["\/documentation\/scout\/codableformats\/plistdefault\/codableformat-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/CodableFormat-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"CodableFormat Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault"]]},"topicSections":[{"title":"Type Methods","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/encode(_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/CodableFormats/PlistDefault":{"role":"symbol","title":"CodableFormats.PlistDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PlistDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PlistDefault"}],"url":"\/documentation\/scout\/codableformats\/plistdefault"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/encode(_:)"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","preciseIdentifier":"s:5Scout10DataFormatO","text":"DataFormat"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/plistdefault\/dataformat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/dataFormat","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.dataFormat"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"title":"dataFormat","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO12PlistDefaultO10dataFormatAA04DataG0OvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault"]]},"references":{"doc://Scout/documentation/Scout/DataFormat":{"role":"symbol","title":"DataFormat","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DataFormat"}],"abstract":[{"type":"text","text":"Unique identifier of a data format"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"DataFormat"}],"url":"\/documentation\/scout\/dataformat"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault":{"role":"symbol","title":"CodableFormats.PlistDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PlistDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PlistDefault"}],"url":"\/documentation\/scout\/codableformats\/plistdefault"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/dataFormat":{"role":"symbol","title":"dataFormat","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/dataFormat","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/dataformat"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","preciseIdentifier":"s:5Scout10DataFormatO","text":"DataFormat"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/plistdefault\/dataformat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/dataFormat","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.dataFormat"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"title":"dataFormat","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO12PlistDefaultO10dataFormatAA04DataG0OvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault"]]},"references":{"doc://Scout/documentation/Scout/DataFormat":{"role":"symbol","title":"DataFormat","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DataFormat"}],"abstract":[{"type":"text","text":"Unique identifier of a data format"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"DataFormat"}],"url":"\/documentation\/scout\/dataformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault":{"role":"symbol","title":"CodableFormats.PlistDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PlistDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PlistDefault"}],"url":"\/documentation\/scout\/codableformats\/plistdefault"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/dataFormat":{"role":"symbol","title":"dataFormat","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/dataFormat","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/dataformat"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"type"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Decodable","preciseIdentifier":"s:Se"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/plistdefault\/decode(_:from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/decode(_:from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.decode(_:from:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"title":"decode(_:from:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO12PlistDefaultO6decode_4fromxxm_10Foundation4DataVtKSeRzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/decode(_:from:)":{"role":"symbol","title":"decode(_:from:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/decode(_:from:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/decode(_:from:)"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault":{"role":"symbol","title":"CodableFormats.PlistDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PlistDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PlistDefault"}],"url":"\/documentation\/scout\/codableformats\/plistdefault"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"type"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Decodable","preciseIdentifier":"s:Se"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/plistdefault\/decode(_:from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/decode(_:from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.decode(_:from:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"title":"decode(_:from:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO12PlistDefaultO6decode_4fromxxm_10Foundation4DataVtKSeRzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/PlistDefault":{"role":"symbol","title":"CodableFormats.PlistDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PlistDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PlistDefault"}],"url":"\/documentation\/scout\/codableformats\/plistdefault"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/decode(_:from:)":{"role":"symbol","title":"decode(_:from:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/decode(_:from:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/decode(_:from:)"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/plistdefault\/encode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/encode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.encode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"encode(_:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"symbolKind":"method","externalID":"s:5Scout13CodableFormatPAAE6encodey10Foundation4DataVqd__KSERd__lFZ::SYNTHESIZED::s:5Scout14CodableFormatsO12PlistDefaultO","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/CodableFormat-Implementations"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault":{"role":"symbol","title":"CodableFormats.PlistDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PlistDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PlistDefault"}],"url":"\/documentation\/scout\/codableformats\/plistdefault"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/CodableFormat-Implementations":{"role":"collectionGroup","title":"CodableFormat Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/CodableFormat-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/codableformat-implementations"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/encode(_:)"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/plistdefault\/encode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/encode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.encode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"encode(_:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"symbolKind":"method","externalID":"s:5Scout13CodableFormatPAAE6encodey10Foundation4DataVqd__KSERd__lFZ::SYNTHESIZED::s:5Scout14CodableFormatsO12PlistDefaultO","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/CodableFormat-Implementations"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/PlistDefault":{"role":"symbol","title":"CodableFormats.PlistDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PlistDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PlistDefault"}],"url":"\/documentation\/scout\/codableformats\/plistdefault"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/CodableFormat-Implementations":{"role":"collectionGroup","title":"CodableFormat Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/CodableFormat-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/codableformat-implementations"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/encode(_:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/plistdefault\/foldedregexpattern"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/foldedRegexPattern","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.foldedRegexPattern"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"foldedRegexPattern","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO12PlistDefaultO18foldedRegexPatternSSvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/foldedRegexPattern":{"role":"symbol","title":"foldedRegexPattern","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/foldedRegexPattern","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/foldedregexpattern"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault":{"role":"symbol","title":"CodableFormats.PlistDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PlistDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PlistDefault"}],"url":"\/documentation\/scout\/codableformats\/plistdefault"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/plistdefault\/foldedregexpattern"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/foldedRegexPattern","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.foldedRegexPattern"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"foldedRegexPattern","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO12PlistDefaultO18foldedRegexPatternSSvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault":{"role":"symbol","title":"CodableFormats.PlistDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"PlistDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"PlistDefault"}],"url":"\/documentation\/scout\/codableformats\/plistdefault"},"doc://Scout/documentation/Scout/CodableFormats/PlistDefault/foldedRegexPattern":{"role":"symbol","title":"foldedRegexPattern","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/PlistDefault\/foldedRegexPattern","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/plistdefault\/foldedregexpattern"}}}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/codableformat-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/CodableFormat-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"CodableFormat Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault"]]},"topicSections":[{"title":"Type Methods","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/encode(_:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/codableformat-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/CodableFormat-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"CodableFormat Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault"]]},"topicSections":[{"title":"Type Methods","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/encode(_:)"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","preciseIdentifier":"s:5Scout10DataFormatO","text":"DataFormat"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/dataformat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/dataFormat","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.dataFormat"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"title":"dataFormat","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO11YamlDefaultO10dataFormatAA04DataG0OvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/DataFormat":{"role":"symbol","title":"DataFormat","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DataFormat"}],"abstract":[{"type":"text","text":"Unique identifier of a data format"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"DataFormat"}],"url":"\/documentation\/scout\/dataformat"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/dataFormat":{"role":"symbol","title":"dataFormat","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/dataFormat","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/dataformat"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","preciseIdentifier":"s:5Scout10DataFormatO","text":"DataFormat"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/dataformat"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/dataFormat","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.dataFormat"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"title":"dataFormat","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO11YamlDefaultO10dataFormatAA04DataG0OvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/DataFormat":{"role":"symbol","title":"DataFormat","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"DataFormat"}],"abstract":[{"type":"text","text":"Unique identifier of a data format"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/DataFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"DataFormat"}],"url":"\/documentation\/scout\/dataformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/dataFormat":{"role":"symbol","title":"dataFormat","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"dataFormat"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"DataFormat","preciseIdentifier":"s:5Scout10DataFormatO"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/dataFormat","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/dataformat"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"type"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Decodable","preciseIdentifier":"s:Se"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/decode(_:from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/decode(_:from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.decode(_:from:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"title":"decode(_:from:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO11YamlDefaultO6decode_4fromxxm_10Foundation4DataVtKSeRzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/decode(_:from:)":{"role":"symbol","title":"decode(_:from:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/decode(_:from:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/decode(_:from:)"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"type"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":" "},{"kind":"internalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Decodable","preciseIdentifier":"s:Se"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/decode(_:from:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/decode(_:from:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.decode(_:from:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"title":"decode(_:from:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO11YamlDefaultO6decode_4fromxxm_10Foundation4DataVtKSeRzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/decode(_:from:)":{"role":"symbol","title":"decode(_:from:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"D"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"D"},{"kind":"text","text":".Type, "},{"kind":"externalParam","text":"from"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"D"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/decode(_:from:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/decode(_:from:)"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/encode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.encode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"encode(_:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"symbolKind":"method","externalID":"s:5Scout13CodableFormatPAAE6encodey10Foundation4DataVqd__KSERd__lFZ::SYNTHESIZED::s:5Scout14CodableFormatsO11YamlDefaultO","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/CodableFormat-Implementations"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/encode(_:)"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/CodableFormat-Implementations":{"role":"collectionGroup","title":"CodableFormat Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/CodableFormat-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/codableformat-implementations"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/encode(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.encode(_:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"role":"symbol","title":"encode(_:)","roleHeading":"Type Method","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"symbolKind":"method","externalID":"s:5Scout13CodableFormatPAAE6encodey10Foundation4DataVqd__KSERd__lFZ::SYNTHESIZED::s:5Scout14CodableFormatsO11YamlDefaultO","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/CodableFormat-Implementations"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/CodableFormat-Implementations":{"role":"collectionGroup","title":"CodableFormat Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/CodableFormat-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/codableformat-implementations"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/encode(_:)":{"role":"symbol","title":"encode(_:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/encode(_:)"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/encode(_:rootname:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:rootName:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.encode(_:rootName:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"title":"encode(_:rootName:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO11YamlDefaultO6encode_8rootName10Foundation4DataVx_SSSgtKSERzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/encode(_:rootName:)":{"role":"symbol","title":"encode(_:rootName:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:rootName:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/encode(_:rootname:)"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"externalParam","text":"_"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":" "},{"kind":"keyword","text":"where"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","text":"Encodable","preciseIdentifier":"s:SE"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/encode(_:rootname:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:rootName:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.encode(_:rootName:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"title":"encode(_:rootName:)","roleHeading":"Type Method","role":"symbol","symbolKind":"method","externalID":"s:5Scout14CodableFormatsO11YamlDefaultO6encode_8rootName10Foundation4DataVx_SSSgtKSERzlFZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/encode(_:rootName:)":{"role":"symbol","title":"encode(_:rootName:)","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"encode"},{"kind":"text","text":"<"},{"kind":"genericParameter","text":"E"},{"kind":"text","text":">("},{"kind":"typeIdentifier","text":"E"},{"kind":"text","text":", "},{"kind":"externalParam","text":"rootName"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?) "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/encode(_:rootName:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/encode(_:rootname:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/foldedregexpattern"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/foldedRegexPattern","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.foldedRegexPattern"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"foldedRegexPattern","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO11YamlDefaultO18foldedRegexPatternSSvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/foldedRegexPattern":{"role":"symbol","title":"foldedRegexPattern","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/foldedRegexPattern","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/foldedregexpattern"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codableformats\/yamldefault\/foldedregexpattern"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/foldedRegexPattern","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CodableFormat.foldedRegexPattern"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"foldedRegexPattern","roleHeading":"Type Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout14CodableFormatsO11YamlDefaultO18foldedRegexPatternSSvpZ","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodableFormats","doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault"]]},"references":{"doc://Scout/documentation/Scout/CodableFormats/YamlDefault":{"role":"symbol","title":"CodableFormats.YamlDefault","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"YamlDefault"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"YamlDefault"}],"url":"\/documentation\/scout\/codableformats\/yamldefault"},"doc://Scout/documentation/Scout/CodableFormats":{"role":"symbol","title":"CodableFormats","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormats"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormats"}],"url":"\/documentation\/scout\/codableformats"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormats/YamlDefault/foldedRegexPattern":{"role":"symbol","title":"foldedRegexPattern","fragments":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"foldedRegexPattern"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormats\/YamlDefault\/foldedRegexPattern","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codableformats\/yamldefault\/foldedregexpattern"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"bool"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/bool"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/bool","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.bool"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"bool"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?"}],"title":"bool","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV4boolSbSgvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/bool":{"role":"symbol","title":"bool","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"bool"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/bool","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/bool"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"bool"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/bool"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/bool","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.bool"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"bool"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?"}],"title":"bool","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV4boolSbSgvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer/bool":{"role":"symbol","title":"bool","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"bool"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/bool","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/bool"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/data"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/data","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.data"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"title":"data","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV4data10Foundation4DataVSgvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer/data":{"role":"symbol","title":"data","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/data","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/data"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/data"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/data","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.data"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"title":"data","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV4data10Foundation4DataVSgvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/data":{"role":"symbol","title":"data","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/data","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/data"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"date"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Date","preciseIdentifier":"s:10Foundation4DateV"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/date"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/date","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.date"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"date"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Date","preciseIdentifier":"s:10Foundation4DateV"},{"kind":"text","text":"?"}],"title":"date","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV4date10Foundation4DateVSgvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/date":{"role":"symbol","title":"date","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"date"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Date","preciseIdentifier":"s:10Foundation4DateV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/date","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/date"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"date"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Date","preciseIdentifier":"s:10Foundation4DateV"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/date"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/date","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.date"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"date"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Date","preciseIdentifier":"s:10Foundation4DateV"},{"kind":"text","text":"?"}],"title":"date","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV4date10Foundation4DateVSgvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer/date":{"role":"symbol","title":"date","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"date"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Date","preciseIdentifier":"s:10Foundation4DateV"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/date","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/date"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"debugDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/debugdescription"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/debugDescription","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CustomDebugStringConvertible.debugDescription"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"debugDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"debugDescription","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV16debugDescriptionSSvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/debugDescription":{"role":"symbol","title":"debugDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"debugDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/debugDescription","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/debugdescription"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"debugDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/debugdescription"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/debugDescription","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CustomDebugStringConvertible.debugDescription"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"debugDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"debugDescription","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV16debugDescriptionSSvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/debugDescription":{"role":"symbol","title":"debugDescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"debugDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/debugDescription","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/debugdescription"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"description"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/description"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/description","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CustomStringConvertible.description"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"description"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"description","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV11descriptionSSvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/description":{"role":"symbol","title":"description","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"description"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/description","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/description"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"description"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/description"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/description","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"CustomStringConvertible.description"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"description"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"title":"description","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV11descriptionSSvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer/description":{"role":"symbol","title":"description","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"description"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/description","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/description"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"double"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/double"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/double","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.double"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"double"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?"}],"title":"double","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV6doubleSdSgvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/double":{"role":"symbol","title":"double","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"double"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/double","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/double"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"double"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/double"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/double","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.double"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"double"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?"}],"title":"double","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV6doubleSdSgvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/double":{"role":"symbol","title":"double","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"double"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/double","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/double"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportCSV"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"type":"aside","style":"note","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Not all values are exportable to CSV. For instance, a three dimensions array is not exportable, neither an array of heterogeneous dictionaries."}]}]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/exportcsv()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportCSV()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Export the path explorer value to a CSV if possible. Using the default separator ;"}],"kind":"symbol","metadata":{"role":"symbol","title":"exportCSV()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportCSV"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"method","externalID":"s:5Scout24SerializablePathExplorerPAAE9exportCSVSSyKF::SYNTHESIZED::s:5Scout19CodablePathExplorerV","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations"]]},"references":{"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer/exportCSV()":{"role":"symbol","title":"exportCSV()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportCSV"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"Export the path explorer value to a CSV if possible. Using the default separator ;"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportCSV()","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/exportcsv()"},"doc://Scout/documentation/Scout/CodablePathExplorer/SerializablePathExplorer-Implementations":{"role":"collectionGroup","title":"SerializablePathExplorer Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/serializablepathexplorer-implementations"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportCSV"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]},{"kind":"content","content":[{"anchor":"discussion","level":2,"type":"heading","text":"Discussion"},{"type":"aside","style":"note","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Not all values are exportable to CSV. For instance, a three dimensions array is not exportable, neither an array of heterogeneous dictionaries."}]}]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/exportcsv()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportCSV()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Export the path explorer value to a CSV if possible. Using the default separator ;"}],"kind":"symbol","metadata":{"role":"symbol","title":"exportCSV()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportCSV"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"method","externalID":"s:5Scout24SerializablePathExplorerPAAE9exportCSVSSyKF::SYNTHESIZED::s:5Scout19CodablePathExplorerV","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/exportCSV()":{"role":"symbol","title":"exportCSV()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportCSV"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"Export the path explorer value to a CSV if possible. Using the default separator ;"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportCSV()","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/exportcsv()"},"doc://Scout/documentation/Scout/CodablePathExplorer/SerializablePathExplorer-Implementations":{"role":"collectionGroup","title":"SerializablePathExplorer Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/serializablepathexplorer-implementations"}}}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportData"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/exportdata()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportData()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SerializablePathExplorer.exportData()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"exportData()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportData"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"symbolKind":"method","externalID":"s:5Scout19CodablePathExplorerV10exportData10Foundation0F0VyKF","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/exportData()":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"exportData()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportData"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportData()","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/exportdata()"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer/SerializablePathExplorer-Implementations":{"role":"collectionGroup","title":"SerializablePathExplorer Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/serializablepathexplorer-implementations"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportData"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/exportdata()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportData()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SerializablePathExplorer.exportData()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"exportData()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportData"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"symbolKind":"method","externalID":"s:5Scout19CodablePathExplorerV10exportData10Foundation0F0VyKF","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/exportData()":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"exportData()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportData"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportData()","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/exportdata()"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer/SerializablePathExplorer-Implementations":{"role":"collectionGroup","title":"SerializablePathExplorer Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/serializablepathexplorer-implementations"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportString"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/exportstring()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportString()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SerializablePathExplorer.exportString()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"exportString()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportString"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"method","externalID":"s:5Scout19CodablePathExplorerV12exportStringSSyKF","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations"]]},"references":{"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer/SerializablePathExplorer-Implementations":{"role":"collectionGroup","title":"SerializablePathExplorer Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/serializablepathexplorer-implementations"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer/exportString()":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"exportString()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportString"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportString()","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/exportstring()"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportString"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/exportstring()"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportString()","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SerializablePathExplorer.exportString()"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"exportString()","roleHeading":"Instance Method","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportString"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"symbolKind":"method","externalID":"s:5Scout19CodablePathExplorerV12exportStringSSyKF","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/SerializablePathExplorer-Implementations":{"role":"collectionGroup","title":"SerializablePathExplorer Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/serializablepathexplorer-implementations"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/exportString()":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"exportString()","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"exportString"},{"kind":"text","text":"() "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/exportString()","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/exportstring()"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/expressiblebyextendedgraphemeclusterliteral-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/ExpressibleByExtendedGraphemeClusterLiteral-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"ExpressibleByExtendedGraphemeClusterLiteral Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(extendedGraphemeClusterLiteral:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/init(extendedGraphemeClusterLiteral:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"ExtendedGraphemeClusterLiteralType"},{"type":"text","text":" is "},{"type":"codeVoice","code":"Self.StringLiteralType"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(extendedGraphemeClusterLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"extendedGraphemeClusterLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"StringLiteralType"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(extendedGraphemeClusterLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(extendedgraphemeclusterliteral:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}
{"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/expressiblebyextendedgraphemeclusterliteral-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/ExpressibleByExtendedGraphemeClusterLiteral-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"ExpressibleByExtendedGraphemeClusterLiteral Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(extendedGraphemeClusterLiteral:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/init(extendedGraphemeClusterLiteral:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"ExtendedGraphemeClusterLiteralType"},{"type":"text","text":" is "},{"type":"codeVoice","code":"Self.StringLiteralType"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(extendedGraphemeClusterLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"extendedGraphemeClusterLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"StringLiteralType"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(extendedGraphemeClusterLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(extendedgraphemeclusterliteral:)"}}}

View File

@ -1 +1 @@
{"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/expressiblebyunicodescalarliteral-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/ExpressibleByUnicodeScalarLiteral-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"ExpressibleByUnicodeScalarLiteral Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(unicodeScalarLiteral:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/init(unicodeScalarLiteral:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"ExtendedGraphemeClusterLiteralType"},{"type":"text","text":" is "},{"type":"codeVoice","code":"Self.UnicodeScalarLiteralType"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(unicodeScalarLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"unicodeScalarLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExtendedGraphemeClusterLiteralType"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(unicodeScalarLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(unicodescalarliteral:)"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}
{"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/expressiblebyunicodescalarliteral-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/ExpressibleByUnicodeScalarLiteral-Implementations","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"No overview available."}],"kind":"article","metadata":{"modules":[{"name":"Scout"}],"role":"collectionGroup","title":"ExpressibleByUnicodeScalarLiteral Implementations"},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(unicodeScalarLiteral:)"],"generated":true}],"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/init(unicodeScalarLiteral:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"ExtendedGraphemeClusterLiteralType"},{"type":"text","text":" is "},{"type":"codeVoice","code":"Self.UnicodeScalarLiteralType"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(unicodeScalarLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"unicodeScalarLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Self"},{"kind":"text","text":"."},{"kind":"typeIdentifier","text":"ExtendedGraphemeClusterLiteralType"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(unicodeScalarLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(unicodescalarliteral:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/init(data:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(data:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SerializablePathExplorer.init(data:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(data:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"symbolKind":"init","externalID":"s:5Scout19CodablePathExplorerV4dataACyxG10Foundation4DataV_tKcfc","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/SerializablePathExplorer-Implementations":{"role":"collectionGroup","title":"SerializablePathExplorer Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/serializablepathexplorer-implementations"},"doc://Scout/documentation/Scout/CodablePathExplorer/init(data:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(data:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(data:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(data:)"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/init(data:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(data:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"SerializablePathExplorer.init(data:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(data:)","roleHeading":"Initializer","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"symbolKind":"init","externalID":"s:5Scout19CodablePathExplorerV4dataACyxG10Foundation4DataV_tKcfc","extendedModule":"Scout","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/SerializablePathExplorer-Implementations":{"role":"collectionGroup","title":"SerializablePathExplorer Implementations","abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/SerializablePathExplorer-Implementations","kind":"article","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/serializablepathexplorer-implementations"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer/init(data:)":{"conformance":{"constraints":[{"type":"codeVoice","code":"Format"},{"type":"text","text":" conforms to "},{"type":"codeVoice","code":"CodableFormat"},{"type":"text","text":"."}],"availabilityPrefix":[{"type":"text","text":"Available when"}],"conformancePrefix":[{"type":"text","text":"Conforms when"}]},"role":"symbol","title":"init(data:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"data"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Data","preciseIdentifier":"s:10Foundation4DataV"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(data:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(data:)"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"floatLiteral"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/init(floatliteral:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(floatLiteral:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ExpressibleByFloatLiteral.init(floatLiteral:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"floatLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"title":"init(floatLiteral:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout19CodablePathExplorerV12floatLiteralACyxGSd_tcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/init(floatLiteral:)":{"role":"symbol","title":"init(floatLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"floatLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(floatLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(floatliteral:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"floatLiteral"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/init(floatliteral:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(floatLiteral:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ExpressibleByFloatLiteral.init(floatLiteral:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"floatLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"title":"init(floatLiteral:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout19CodablePathExplorerV12floatLiteralACyxGSd_tcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer/init(floatLiteral:)":{"role":"symbol","title":"init(floatLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"floatLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Double","preciseIdentifier":"s:Sd"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(floatLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(floatliteral:)"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/init(integerliteral:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(integerLiteral:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ExpressibleByIntegerLiteral.init(integerLiteral:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"title":"init(integerLiteral:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout19CodablePathExplorerV14integerLiteralACyxGSi_tcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/init(integerLiteral:)":{"role":"symbol","title":"init(integerLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(integerLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(integerliteral:)"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/init(integerliteral:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(integerLiteral:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ExpressibleByIntegerLiteral.init(integerLiteral:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"title":"init(integerLiteral:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout19CodablePathExplorerV14integerLiteralACyxGSi_tcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/init(integerLiteral:)":{"role":"symbol","title":"init(integerLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"integerLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(integerLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(integerliteral:)"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"stringLiteral"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/init(stringliteral:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(stringLiteral:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ExpressibleByStringLiteral.init(stringLiteral:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"stringLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"title":"init(stringLiteral:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout19CodablePathExplorerV13stringLiteralACyxGSS_tcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/init(stringLiteral:)":{"role":"symbol","title":"init(stringLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"stringLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(stringLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(stringliteral:)"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"stringLiteral"},{"kind":"text","text":" "},{"kind":"internalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/init(stringliteral:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(stringLiteral:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"ExpressibleByStringLiteral.init(stringLiteral:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"stringLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"title":"init(stringLiteral:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout19CodablePathExplorerV13stringLiteralACyxGSS_tcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer/init(stringLiteral:)":{"role":"symbol","title":"init(stringLiteral:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"stringLiteral"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(stringLiteral:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(stringliteral:)"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/ExplorerValue","preciseIdentifier":"s:5Scout13ExplorerValueO","text":"ExplorerValue"},{"kind":"text","text":", "},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?)"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/init(value:name:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(value:name:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.init(value:name:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ExplorerValue","preciseIdentifier":"s:5Scout13ExplorerValueO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?)"}],"title":"init(value:name:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout19CodablePathExplorerV5value4nameACyxGAA0D5ValueO_SSSgtcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/ExplorerValue":{"role":"symbol","title":"ExplorerValue","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExplorerValue"}],"abstract":[{"type":"text","text":"The values a "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" can take"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/ExplorerValue","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExplorerValue"}],"url":"\/documentation\/scout\/explorervalue"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer/init(value:name:)":{"role":"symbol","title":"init(value:name:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ExplorerValue","preciseIdentifier":"s:5Scout13ExplorerValueO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?)"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(value:name:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(value:name:)"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","identifier":"doc:\/\/Scout\/documentation\/Scout\/ExplorerValue","preciseIdentifier":"s:5Scout13ExplorerValueO","text":"ExplorerValue"},{"kind":"text","text":", "},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?)"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/init(value:name:)"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(value:name:)","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.init(value:name:)"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ExplorerValue","preciseIdentifier":"s:5Scout13ExplorerValueO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?)"}],"title":"init(value:name:)","roleHeading":"Initializer","role":"symbol","symbolKind":"init","externalID":"s:5Scout19CodablePathExplorerV5value4nameACyxGAA0D5ValueO_SSSgtcfc","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/ExplorerValue":{"role":"symbol","title":"ExplorerValue","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"ExplorerValue"}],"abstract":[{"type":"text","text":"The values a "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" can take"}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/ExplorerValue","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ExplorerValue"}],"url":"\/documentation\/scout\/explorervalue"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer/init(value:name:)":{"role":"symbol","title":"init(value:name:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"value"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"ExplorerValue","preciseIdentifier":"s:5Scout13ExplorerValueO"},{"kind":"text","text":", "},{"kind":"externalParam","text":"name"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?)"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/init(value:name:)","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/init(value:name:)"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"int"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/int"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/int","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.int"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"int"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"title":"int","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV3intSiSgvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer/int":{"role":"symbol","title":"int","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"int"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/int","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/int"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"int"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/int"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/int","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.int"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"int"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"title":"int","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV3intSiSgvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer/int":{"role":"symbol","title":"int","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"int"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"?"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/int","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/int"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isGroup"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/isgroup"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/isGroup","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.isGroup"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isGroup"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"title":"isGroup","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV7isGroupSbvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer/isGroup":{"role":"symbol","title":"isGroup","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isGroup"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/isGroup","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/isgroup"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isGroup"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/isgroup"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/isGroup","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.isGroup"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isGroup"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"title":"isGroup","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV7isGroupSbvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/isGroup":{"role":"symbol","title":"isGroup","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isGroup"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/isGroup","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/isgroup"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}

View File

@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isSingle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/issingle"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/isSingle","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.isSingle"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isSingle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"title":"isSingle","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV8isSingleSbvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"},"doc://Scout/documentation/Scout/CodablePathExplorer/isSingle":{"role":"symbol","title":"isSingle","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isSingle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/isSingle","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/issingle"},"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isSingle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["macOS"]}]}],"schemaVersion":{"major":0,"minor":2,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/scout\/codablepathexplorer\/issingle"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/isSingle","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"PathExplorer.isSingle"},{"type":"text","text":"."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isSingle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"title":"isSingle","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","externalID":"s:5Scout19CodablePathExplorerV8isSingleSbvp","modules":[{"name":"Scout"}]},"hierarchy":{"paths":[["doc:\/\/Scout\/documentation\/Scout","doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer"]]},"references":{"doc://Scout/documentation/Scout":{"role":"collection","title":"Scout","abstract":[{"type":"text","text":"This library aims to make specific formats data values reading and writing simple when the data format is not known at build time."}],"identifier":"doc:\/\/Scout\/documentation\/Scout","kind":"symbol","type":"topic","url":"\/documentation\/scout"},"doc://Scout/documentation/Scout/CodablePathExplorer/isSingle":{"role":"symbol","title":"isSingle","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"isSingle"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer\/isSingle","kind":"symbol","type":"topic","url":"\/documentation\/scout\/codablepathexplorer\/issingle"},"doc://Scout/documentation/Scout/CodableFormat":{"role":"symbol","title":"CodableFormat","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodableFormat"}],"abstract":[],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodableFormat"}],"url":"\/documentation\/scout\/codableformat"},"doc://Scout/documentation/Scout/CodablePathExplorer":{"role":"symbol","title":"CodablePathExplorer","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"CodablePathExplorer"}],"abstract":[{"type":"text","text":"A concrete implementation of "},{"type":"codeVoice","code":"PathExplorer"},{"type":"text","text":" with a specific "},{"type":"reference","isActive":true,"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodableFormat"},{"type":"text","text":"."}],"identifier":"doc:\/\/Scout\/documentation\/Scout\/CodablePathExplorer","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"CodablePathExplorer"}],"url":"\/documentation\/scout\/codablepathexplorer"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More