CompilationResult.Field
CLASS
CompilationResult.Field
Swift
1public class Field: JavaScriptWrapper, Hashable, CustomDebugStringConvertible
Properties
debugDescription
Swift
1public var debugDescription: String
Methods
hash(into:)
Swift
1public func hash(into hasher: inout Hasher)
Parameters
Name | Description |
---|---|
hasher | The hasher to use when combining the components of this instance. |
==(_:_:)
Swift
1public static func ==(lhs: Field, rhs: Field) -> Bool
Parameters
Name | Description |
---|---|
lhs | A value to compare. |
rhs | Another value to compare. |