Representation of a location
Methods
Creates a new empty signature.
Protocols
let output = value.location
Allows a get operation to work.
let output = value.datetime
Allows a get operation to work.
let output = value.signature
Allows a get operation to work.
let output = value.user
Allows a get operation to work.
let output = value.signed
Allows a get operation to work.
if value == b { }
Allows for partial equality operations to work.
println("{:?}", value)
Allows the value to be debug printed.
println("{}", value)
Allows the value to be display printed.