Reflect
This package provides reflection.
{ "type": "library"}Install
Section titled “Install”{ "dependencies": { "Reflect": "pen:///reflect" }}Reflect'Any module
Section titled “Reflect'Any module”This module provides utility functions for the any type.
No types are defined.
Functions
Section titled “Functions”Pretty-print a value.
\(x any) stringCheck if values are equal. It returns none if values are not comparable.
\(x any, y any) boolean | none