Prelude

scalus.prelude.Prelude
object Prelude

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Prelude.type

Members list

Type members

Types

type Eq[A] = (A, A) => Boolean

Value members

Concrete methods

def encodeHex(input: ByteString): String
inline def log(msg: String): Unit

Givens

Givens

given given_Eq_BigInt: () => BigInt
given given_Eq_Boolean: () => Boolean
given given_Eq_Data: () => Data
given given_Eq_String: () => String
given given_Eq_Unit: () => Unit

Extensions

Extensions

extension [A](x: A)
inline def ===(inline y: A)(using inline eq: () => A): Boolean
extension [A](x: A)
inline def !==(inline y: A)(using inline eq: () => A): Boolean