Skip to content

Reflect

This package provides reflection.

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

This module provides utility functions for the any type.

No types are defined.

Pretty-print a value.

\(x any) string

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

\(x any, y any) boolean | none