Reflect
The Reflect registry offers tools for inspecting and manipulating data types using reflection, enabling advanced dynamic type handling within your projects.
typeIs
{{ 42 | typeIs "int" }} // Output: truetypeIsLike
{{ 42 | typeIsLike "*int" }} // Output: truetypeOf
{{ 42 | typeOf }} // Output: "int"kindIs
kindOf
deepEqual
deepCopy / mustDeepCopy
Last updated