<(_:_:)
ByteValue.swift:76static func < (lhs: Self, rhs: Self) -> Bool
static func < (lhs: Self, rhs: Self) -> Bool
where Self:Comparable
import Bluetooth
Pure Swift Bluetooth Definitions.
protocol ByteValue : Equatable
Stores a primitive value.
@frozen struct Bool
A value type whose instances are either true
or false
.
protocol Comparable : Equatable
A type that can be compared using the relational operators <
, <=
, >=
, and >
.
static func > (lhs: Self, rhs: Self) -> Bool