Sha256: 2b1204fab2ed977655349664b35f34f8b2b19e79ce95d71fcb500d58ed6fc900
Contents?: true
Size: 340 Bytes
Versions: 16
Compression:
Stored size: 340 Bytes
Contents
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build go1.10 // +build go1.10 package bidirule func (t *Transformer) isFinal() bool { return t.state == ruleLTRFinal || t.state == ruleRTLFinal || t.state == ruleInitial }
Version data entries
16 entries across 16 versions & 1 rubygems