var get: Verifiable<ReturnType >
Creates a
Verifiable
for get
method of the concerned property.ReturnType
and can be checked with read and wirte access.Framework
class Writable<ReturnType>
var get: Verifiable<ReturnType >
Verifiable
for get
method of the concerned property.func set(Predicate<ReturnType >) -> Verifiable<Void>
Verifiable
for set
method of the concerned property.func set(ReturnType , file: StaticString , line: UInt) -> Verifiable<Void>
Verifiable
for set
method of the concerned property.