JuliaCollections / DataStructures.jl

Julia implementation of Data structures
https://juliacollections.github.io/DataStructures.jl/latest/
MIT License
679 stars 242 forks source link

Unexport status #867

Open green-nsk opened 10 months ago

green-nsk commented 10 months ago

status() is too generic of an export and not something you'd expect package DataStructures to export. More specific name (token_status? semitoken_status?) could be better, or just fully-qualified DataStructures.status