SassNull
The Sass null value.
You cannot create instances of this type: use SassConstants.null instead.
Topics
Properties
var isTruthy: Bool
        var isTruthy: Bool
        
      
    
    
  var isNull: Bool
        var isNull: Bool
        
      
    Does this value represent Sass’s null value?
Declaration
Swift
    public override var isNull: Bool { get }
  Misc
static func ==(lhs: SassNull, rhs: SassNull) -> Bool
        static func ==(lhs: SassNull, rhs: SassNull) -> Bool
        
      
    
    
  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