package compare

import "github.com/gohugoio/hugo/compare"

Index

Types

type Eqer

type Eqer interface {
	Eq(other interface{}) bool
}

Eqer can be used to determine if this value is equal to the other. The semantics of equals is that the two value are interchangeable in the Hugo templates.

Source Files

eq.go

Version
v0.32.2
Published
Jan 3, 2018
Platform
js/wasm
Last checked
59 seconds ago

Tools for package owners.