locatable
locatable copied to clipboard
Fixed a compilation error in 'Locatable'
Fixed a Swift 5 compilation error in 'Locatable' which was complaining of wrapper type 'Locatable' missing a non-static property named 'wrappedValue'. Renaming the Locatable.value
property to Locatable.wrappedValue
fixes it.