tlborm icon indicating copy to clipboard operation
tlborm copied to clipboard

`${count(ident)}` is not equivalent to `${count(ident, 0)}`

Open zjp-CN opened this issue 2 years ago • 0 comments

${count(ident)}: The number of times $ident repeats in the inner-most repetition in total. This is equivalent to ${count(ident, 0)}.

refer to: https://github.com/rust-lang/rust/issues/83527#issuecomment-1070860171

zjp-CN avatar Jun 29 '22 02:06 zjp-CN