struct

Hwaro::Assets::Sass::Expr::MapPair

Inherits Struct / Value / Object

Key/value expression pair (a record — tuples of abstract class elements crash Crystal's codegen).

Constructors

new(key : Node, value : Node)
Source

Instance methods

clone
Source
copy_with(key _key = @key, value _value = @value)
Source
key
value