github.com/yuin/goldmark/util.bytesFilter.chars (field)
5 uses
github.com/yuin/goldmark/util (current package)
util.go#L921: chars [256]uint8
util.go#L945: s.chars[b[i]] |= 1 << uint8(i)
util.go#L957: newFilter.chars = s.chars
util.go#L977: if (s.chars[b[i]] & (1 << uint8(i))) == 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |