Emojicode Documentation 1.0 beta 2

Package

Methods

ads via Carbon Go from professional web developer to lead engineer with the Frontend Masters Professional Path. Start now! ads via Carbon

Protocol ๐Ÿ˜›๐ŸšTโšช๏ธ๐Ÿ†

Protocol defining equality.

A type conforming to this protocol provides the operator ๐Ÿ™Œ that determines equality between instances.

In the simple case, equality is determined between two instances of the same type. However, implementing this protocol for other T is allowed and defines equality between two different types.

Methods

๐Ÿ™Œ

 ๐Ÿ™Œ ๐ŸŽ๐Ÿฅก other T โžก๏ธ ๐Ÿ‘Œ

Whether this value and other are equal.