Skip to content

Reflect package

This package provides reflection.

{
  "type": "library"
}

Install

{
  "dependencies": {
    "Reflect": "pen:///reflect"
  } 
}

Reflect'Any module

This module provides utility functions for the any type.

Types

No types are defined.

Functions

Debug

Pretty-print a value.

\(x any) string

Equal

Check if values are equal. It returns none if values are not comparable.

\(x any, y any) boolean | none