tact-docs
tact-docs copied to clipboard
Tact main documentation
This is important as it prevents a potential ambiguity with `self`
The functions are actually not mutable themselves, they *mutate* things
And mention nested comments are not supported, i.e. the following is not valid Tact code: ``` /* comment /* nested commend, nice try */ continue comment */ contract Test {...
A follow-up on #303. See the code example in https://github.com/tact-lang/tact/issues/279
The signature in the docs is as follows: ```tact extends fun fromSlice(self: Struct, cell: Slice): Struct; ``` But `fromSlice` is not called on any instance of `Struct`. `Struct` is better...
Once tokei with this PR is released: https://github.com/XAMPPRocky/tokei/pull/1103