tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
40 stars 36 forks source link

ref/standard-libraries should have stdlib-reserve page #249

Closed anton-trunov closed 3 weeks ago

anton-trunov commented 3 weeks ago

https://docs.tact-lang.org/ref/standard-libraries

novusnota commented 3 weeks ago

Hmm, but there's no @stdlib/reserve library: https://github.com/tact-lang/tact/tree/main/stdlib/libs. And the contents of this file is fully described on the Advanced page of the Core libraries: https://docs.tact-lang.org/ref/core-advanced#nativereserve

P.S.: I think you've got confused by the naming of the folders in the stdlib/ folder. Me too :)

anton-trunov commented 3 weeks ago

you mean this one? https://github.com/tact-lang/tact/blob/main/stdlib/std/reserve.tact

anton-trunov commented 3 weeks ago

oh yeah, https://github.com/tact-lang/tact/blob/main/stdlib/stdlib.tact#L9

anton-trunov commented 3 weeks ago

I got confused by our own CHANGELOG :)