tremor-rs / tremor-www-docs

Tremor https://docs.tremor.rs site
Apache License 2.0
24 stars 22 forks source link

Link language strcutures to their related functions #101

Closed Licenser closed 3 years ago

Licenser commented 3 years ago

It would be nice, if when looking at the language specification we would link functions that are related. For example when we discuss the array structure we should link to std::array, if we discuss strings, we should link to std::string