SassBool
A Sass boolean value.
You cannot create instances of this type: use SassConstants.true
and SassConstants.false
instead.
Topics
Properties
var value: Bool
var value: Bool
var isTruthy: Bool
var isTruthy: Bool
Misc
static func ==(lhs: SassBool, rhs: SassBool) -> Bool
static func ==(lhs: SassBool, rhs: SassBool) -> Bool
func hash(into: inout Hasher)
func hash(into: inout Hasher)
func accept<V, R>(visitor: V) -> R
func accept<V, R>(visitor: V) -> R
Take part in the SassValueVisitor
protocol.
Declaration
Swift
public override func accept<V, R>(visitor: V) throws -> R
where V: SassValueVisitor, R == V.ReturnType
var description: String
var description: String