interface Equatable

interface Equatable

lib/equatable.tya:2

Equatable provides the equatable standard library API.

Source
# Equatable provides the equatable standard library API.
interface Equatable
  # equal? provides the equatable API operation.
  # @param other Any other value.
  # @return Boolean the resulting value.
  equal?: other ->

Methods

equal?

Equatable.equal?(other)

lib/equatable.tya:6

equal? provides the equatable API operation.

Source
  # equal? provides the equatable API operation.
  # @param other Any other value.
  # @return Boolean the resulting value.
  equal?: other ->