support keys(::IOContext)
#37701
Labels
display and printing
Aesthetics and correctness of printed representations of objects.
keys(::IOContext)
#37701
Since
IOContext
supportsgetindex
andhaskey
, I think it would make sense to havekeys
return a (lazy) iterator as well. SinceIt would just need to returnIOContext
is not iterable, we can't useKeySet
, but it should still be pretty straightforward to implement.keys(io.dict)
.The text was updated successfully, but these errors were encountered: