Open Specy opened 1 week ago
Add useful libraries to the runtime like csv parsing, graph theory libraries and collections/algorithms
And to the rust runtime: as assertion function as(type: Any, to: String) with syntax sugar of having it as an expression exp ~ 'as' ~ string
as(type: Any, to: String)
exp ~ 'as' ~ string
ef07f1a adds graph libraries and CSV parsing
Add useful libraries to the runtime like csv parsing, graph theory libraries and collections/algorithms
And to the rust runtime: as assertion function
as(type: Any, to: String)
with syntax sugar of having it as an expressionexp ~ 'as' ~ string