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: falsetypeOf
{{ 42 | typeOf }} // Output: "int"kindIs
kindOf
hasField
deepEqual
deepCopy
Last updated