mirror of
https://github.com/janet-lang/janet
synced 2025-11-06 10:33:03 +00:00
Allow calling next on abstracts.
This will allow the creation of infinte streams, low cost generators, etc.
This commit is contained in:
@@ -427,6 +427,7 @@ static const JanetAbstractType type_wrap = {
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user