mirror of
https://github.com/janet-lang/janet
synced 2025-10-28 06:07:43 +00:00
Add tostring method for abstract types.
This lets abstract types customize how they print for debugging.
This commit is contained in:
@@ -293,6 +293,7 @@ static const JanetAbstractType type_wrap = {
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user