Enumerationorlandos-nl.ikigajson 2.2.3IkigaJSON
ExpansionMode
The manner of expanding internal buffers for growing encoding demands
JSONEncoder.swift:78enum ExpansionMode
Cases
case smallest
For limited RAM environments
case small
For small datasets
case normal
Normal use cases
case eager
For large datsets
Citizens in IkigaJSON
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Sendable
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.